mirror of https://github.com/espruino/BangleApps
change default value
parent
fa344f75f5
commit
171b7d1fce
|
@ -3265,7 +3265,7 @@
|
|||
"name": "Hour Strike",
|
||||
"shortName": "Hour Strike",
|
||||
"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!",
|
||||
"tags": "tool,alarm",
|
||||
"readme": "README.md",
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
0.05: Add display for the next strike time
|
||||
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.08: Default to no strikes.
|
||||
|
|
|
@ -7,7 +7,7 @@ function updateSettings() {
|
|||
|
||||
function resetSettings() {
|
||||
settings = {
|
||||
interval: 3600,
|
||||
interval: -1,
|
||||
start: 9,
|
||||
end: 21,
|
||||
vlevel: 0.5,
|
||||
|
|
Loading…
Reference in New Issue