mirror of https://github.com/espruino/BangleApps
spelling comment
parent
c681bd8fad
commit
9824460add
|
@ -185,7 +185,7 @@ function stopKarvonnenUI() {
|
||||||
}
|
}
|
||||||
|
|
||||||
let karvonnenInterval;
|
let karvonnenInterval;
|
||||||
// Define the function to go back and foth between the different UI's
|
// Define the function to go back and forth between the different UI's
|
||||||
function swipeHandler(LR,_) {
|
function swipeHandler(LR,_) {
|
||||||
if (LR==-1 && karvonnenActive && !isMenuDisplayed) {stopKarvonnenUI(); run();}
|
if (LR==-1 && karvonnenActive && !isMenuDisplayed) {stopKarvonnenUI(); run();}
|
||||||
if (LR==1 && !karvonnenActive && !isMenuDisplayed) {stopRunUI(); karvonnenInterval = eval(require("Storage").read("run_karvonnen"))(settings.HRM, exs.stats.bpm);}
|
if (LR==1 && !karvonnenActive && !isMenuDisplayed) {stopRunUI(); karvonnenInterval = eval(require("Storage").read("run_karvonnen"))(settings.HRM, exs.stats.bpm);}
|
||||||
|
|
Loading…
Reference in New Issue