2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "bootgattbat",
|
|
|
|
"name": "BLE GATT Battery Service",
|
|
|
|
"shortName": "BLE Battery Service",
|
2024-05-18 16:18:40 +00:00
|
|
|
"version": "0.02",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Adds the GATT Battery Service to advertise the percentage of battery currently remaining over Bluetooth.\n",
|
|
|
|
"icon": "bluetooth.png",
|
|
|
|
"type": "bootloader",
|
|
|
|
"tags": "battery,ble,bluetooth,gatt",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"gattbat.boot.js","url":"boot.js"}
|
|
|
|
]
|
|
|
|
}
|