wohrm: Home returns to clock, instead of menu

pull/1253/head
Adam Schmalhofer 2021-12-19 21:29:16 +01:00
parent 288a204b9d
commit 15df120506
3 changed files with 3 additions and 2 deletions

View File

@ -1714,7 +1714,7 @@
{
"id": "wohrm",
"name": "Workout HRM",
"version": "0.09-rc3",
"version": "0.09-rc4",
"description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.",
"icon": "app.png",
"type": "app",

View File

@ -7,3 +7,4 @@
0.07: Home button fixed and README added
0.08: tag HRM power requests to allow this to work alongside other widgets/apps (fix #799)
0.09: Ported to Bangle.js2
Home returns to clock, instead of menu

View File

@ -346,7 +346,7 @@ function resetHighlightTimeout() {
function switchOffApp(){
Bangle.setHRMPower(0,"wohrm");
Bangle.showLauncher();
load();
}
Bangle.on('lcdPower', (on) => {