mirror of https://github.com/espruino/BangleApps
wohrm: Home returns to clock, instead of menu
parent
288a204b9d
commit
15df120506
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -346,7 +346,7 @@ function resetHighlightTimeout() {
|
|||
|
||||
function switchOffApp(){
|
||||
Bangle.setHRMPower(0,"wohrm");
|
||||
Bangle.showLauncher();
|
||||
load();
|
||||
}
|
||||
|
||||
Bangle.on('lcdPower', (on) => {
|
||||
|
|
Loading…
Reference in New Issue