parent
b36820e240
commit
670aaf2126
|
|
@ -73,4 +73,6 @@ of 'Select Clock'
|
||||||
Remove 'beta' label from passkey - it's been around for a while and works ok
|
Remove 'beta' label from passkey - it's been around for a while and works ok
|
||||||
0.64: Default to wakeOnTwist being off
|
0.64: Default to wakeOnTwist being off
|
||||||
0.65: Prepend 'LCD->Calibration' touch listener and stop event propagation.
|
0.65: Prepend 'LCD->Calibration' touch listener and stop event propagation.
|
||||||
|
0.66: Fix LCD calibration bug where it would come on again after the
|
||||||
|
calibration was done.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "setting",
|
"id": "setting",
|
||||||
"name": "Settings",
|
"name": "Settings",
|
||||||
"version": "0.65",
|
"version": "0.66",
|
||||||
"description": "A menu for setting up Bangle.js",
|
"description": "A menu for setting up Bangle.js",
|
||||||
"icon": "settings.png",
|
"icon": "settings.png",
|
||||||
"tags": "tool,system",
|
"tags": "tool,system",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue