mirror of https://github.com/espruino/BangleApps
change default value
parent
fa344f75f5
commit
171b7d1fce
|
@ -3265,7 +3265,7 @@
|
||||||
"name": "Hour Strike",
|
"name": "Hour Strike",
|
||||||
"shortName": "Hour Strike",
|
"shortName": "Hour Strike",
|
||||||
"icon": "app-icon.png",
|
"icon": "app-icon.png",
|
||||||
"version": "0.07",
|
"version": "0.08",
|
||||||
"description": "Strike the clock on the hour. A great tool to remind you an hour has passed!",
|
"description": "Strike the clock on the hour. A great tool to remind you an hour has passed!",
|
||||||
"tags": "tool,alarm",
|
"tags": "tool,alarm",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
0.05: Add display for the next strike time
|
0.05: Add display for the next strike time
|
||||||
0.06: Move the next strike time to the first row of display
|
0.06: Move the next strike time to the first row of display
|
||||||
0.07: Change the boot function to avoid reloading the entire watch
|
0.07: Change the boot function to avoid reloading the entire watch
|
||||||
|
0.08: Default to no strikes.
|
||||||
|
|
|
@ -7,7 +7,7 @@ function updateSettings() {
|
||||||
|
|
||||||
function resetSettings() {
|
function resetSettings() {
|
||||||
settings = {
|
settings = {
|
||||||
interval: 3600,
|
interval: -1,
|
||||||
start: 9,
|
start: 9,
|
||||||
end: 21,
|
end: 21,
|
||||||
vlevel: 0.5,
|
vlevel: 0.5,
|
||||||
|
|
Loading…
Reference in New Issue