gbridge: 0.09: Update Bluetooth connection state automatically
parent
02dcc19709
commit
f890227b61
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue