change default value

pull/802/head
Weiming Hu 2021-09-13 10:45:05 -04:00
parent fa344f75f5
commit 171b7d1fce
3 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -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.

View File

@ -7,7 +7,7 @@ function updateSettings() {
function resetSettings() {
settings = {
interval: 3600,
interval: -1,
start: 9,
end: 21,
vlevel: 0.5,