Merge pull request #742 from numerist/master

Dozenal Time
pull/745/head
Gordon Williams 2021-05-17 08:34:45 +01:00 committed by GitHub
commit 0992ccaab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -3187,10 +3187,11 @@
"description":"A dozenal Holocene calendar and dozenal diurnal clock",
"tags":"clock",
"type":"clock",
"allow_emulator":true,
"readme": "README.md",
"storage": [
{"name":"doztime.app.js","url":"app.js"},
{"name":"doztime.img","url":"app-icon.js","evaluate":true}
]
}
]
]

View File

@ -201,6 +201,8 @@ function modeTime()
drawTime();
}
Bangle.loadWidgets();
// Time-logging function
/*function logTime(label)
{
@ -219,3 +221,5 @@ function modeWeather() {}
Bangle.on('twist', function() {
modeTime();
});
Bangle.drawWidgets();