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

View File

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

View File

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