Skip to content

Commit

Permalink
fix hrm min setting
Browse files Browse the repository at this point in the history
  • Loading branch information
thyttan committed Feb 22, 2023
1 parent 7572ddd commit ea00567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/run/settings.js
Expand Up @@ -136,7 +136,7 @@

menu[/*LANG*/"HRM min/max"] = function() { E.showMenu(hrmMenu)};
hrmMenu[/*LANG*/"min"] = {
min: 0, max: 100,
min: 1, max: 100,
value: 65 | settings.HRM.min,
format: v => v,
onchange: v => {
Expand Down

0 comments on commit ea00567

Please sign in to comment.