mirror of https://github.com/espruino/BangleApps
Change from widget to to bootloader
parent
ffc057654b
commit
536eeb1679
|
@ -2130,14 +2130,14 @@
|
|||
{"name": "counter.img", "url": "counter-icon.js", "evaluate": true}
|
||||
]
|
||||
},
|
||||
{ "id": "widgattbat",
|
||||
{ "id": "bootgattbat",
|
||||
"name": "BLE GATT Battery Service",
|
||||
"shortName":"BLE Battery Service",
|
||||
"icon": "bluetooth.png",
|
||||
"version":"0.01",
|
||||
"description": "Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.\n",
|
||||
"tags": "battery,ble,bluetooth,gatt,widget",
|
||||
"type": "widget",
|
||||
"tags": "battery,ble,bluetooth,gatt",
|
||||
"type": "bootloader",
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"gattbat.boot.js","url":"boot.js"}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# BLE GATT Battery Service
|
||||
|
||||
Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.
|
||||
|
||||
## Usage
|
||||
|
||||
This boot code runs in the background and has no user interface.
|
||||
|
||||
## Requests
|
||||
|
||||
If you have any suggestions or ideas please post in [this forum thread](http://forum.espruino.com/conversations/351959/),
|
||||
or [@jjok](https://github.com/jjok) in your Github issue.
|
||||
|
||||
## Creator
|
||||
|
||||
[Jonathan Jefferies](https://github.com/jjok)
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,19 +0,0 @@
|
|||
# BLE GATT Battery Service
|
||||
|
||||
Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.
|
||||
|
||||
## Usage
|
||||
|
||||
Describe how to use it
|
||||
|
||||
## Features
|
||||
|
||||
Name the function
|
||||
|
||||
## Requests
|
||||
|
||||
Name who should be contacted for support/update requests
|
||||
|
||||
## Creator
|
||||
|
||||
Jonathan Jefferies
|
Loading…
Reference in New Issue