diff --git a/apps/health/app.js b/apps/health/app.js index 415edb7c5..ae5a313f6 100644 --- a/apps/health/app.js +++ b/apps/health/app.js @@ -33,7 +33,7 @@ function menuSettings() { onchange : v => { s.hrm=v;setSettings(s); } }, "Daily Step Goal":{ - value : 0|s.stepGoal, + value : 10000|s.stepGoal, min : 0, max : 20000, step : 100, onchange : v => { s.stepGoal=v;setSettings(s); } }