mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-12 12:08:13 +08:00
Merge branch 'master' of https://github.com/thegecko/web-bluetooth-dfu
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# Web Bluetooth DFU
|
||||
|
||||
[](https://circleci.com/gh/thegecko/web-bluetooth-dfu)
|
||||
[](http://bower.io/search/?q=web-bluetooth-dfu)
|
||||
[](https://www.npmjs.com/package/web-bluetooth-dfu)
|
||||
[](http://opensource.org/licenses/MIT)
|
||||
|
||||
Device firmware update with Web Bluetooth
|
||||
|
||||
Update device firmware via [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) following the protocol here:
|
||||
|
||||
11
circle.yml
Normal file
11
circle.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
machine:
|
||||
node:
|
||||
version: 4.0.0
|
||||
|
||||
dependencies:
|
||||
post:
|
||||
- npm install
|
||||
|
||||
test:
|
||||
override:
|
||||
- gulp
|
||||
Reference in New Issue
Block a user