1
0
Fork 0

add back for health app

master
Gordon Williams 2021-10-14 17:15:20 +01:00
parent be34e2b00d
commit 3fb33811d0
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ function menuMain() {
function menuStepCount() {
E.showMenu({
"":{title:"Step Counting"},
"< Back":()=>menuMain(),
"per hour":()=>stepsPerHour()
});
}
@ -17,6 +18,7 @@ function menuStepCount() {
function menuMovement() {
E.showMenu({
"":{title:"Movement"},
"< Back":()=>menuMain(),
"per hour":()=>movementPerHour()
});
}