gbridge: 0.09: Update Bluetooth connection state automatically

master
Gordon Williams 2020-04-15 10:53:03 +01:00
parent 02dcc19709
commit f890227b61
3 changed files with 4 additions and 3 deletions

View File

@ -93,7 +93,7 @@
{ "id": "gbridge", { "id": "gbridge",
"name": "Gadgetbridge", "name": "Gadgetbridge",
"icon": "app.png", "icon": "app.png",
"version":"0.08", "version":"0.09",
"description": "The default notification handler for Gadgetbridge notifications from Android", "description": "The default notification handler for Gadgetbridge notifications from Android",
"tags": "tool,system,android,widget", "tags": "tool,system,android,widget",
"type":"widget", "type":"widget",

View File

@ -7,3 +7,4 @@
0.06: Gadgetbridge App 'Connected' state is no longer toggleable 0.06: Gadgetbridge App 'Connected' state is no longer toggleable
0.07: Move configuration to settings menu 0.07: Move configuration to settings menu
0.08: Don't turn on LCD at start of every song 0.08: Don't turn on LCD at start of every song
0.09: Update Bluetooth connection state automatically

View File

@ -189,8 +189,8 @@
g.flip(); // turns screen on g.flip(); // turns screen on
} }
NRF.on("connected", changedConnectionState); NRF.on("connect", changedConnectionState);
NRF.on("disconnected", changedConnectionState); NRF.on("disconnect", changedConnectionState);
WIDGETS["gbridgew"] = { area: "tl", width: 24, draw: draw }; WIDGETS["gbridgew"] = { area: "tl", width: 24, draw: draw };