Added linting

This commit is contained in:
Rob Moran
2016-02-15 09:45:15 +00:00
parent d92a6230b8
commit e6c232247e
6 changed files with 85 additions and 11 deletions

View File

@@ -1,6 +1,10 @@
# Web Bluetooth DFU
Device firmware update with Web Bluetooth
Update device firmware via [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) using the protocol here:
[http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00103.html](http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00103.html)
## Device Configuration
Put this firmware onto an [nrf51822](https://www.nordicsemi.com/eng/Products/nRF51-DK):
@@ -11,7 +15,7 @@ Then reset the device.
## Web Example
Open this site in a [web-bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) enabled browser:
Open this site in a Web Bluetooth enabled browser:
[https://thegecko.github.io/web-bluetooth-dfu](https://thegecko.github.io/web-bluetooth-dfu)