myprofile updates

master
Erik Andresen 2023-12-10 10:30:55 +01:00
parent df662ef2ad
commit b639dd41f9
2 changed files with 4 additions and 1 deletions

View File

@ -9,3 +9,7 @@ Configure your personal profile. All settings are optional and are only stored o
| HR max | maximum heart rate | BPM | BPM | 60 | Use maximum value when exercising.<br/> If unsure set to 220-age. |
| HR min | minimum heart rate | BPM | BPM | 200 | Measure your heart rate after waking up |
| Stride length | distance traveled with one step | local length unit | meter | 0 (=not set) | Walk 10 steps and divide the travelled distance by 10 |
## Developer notes
Feel free to add additional settings

View File

@ -43,7 +43,6 @@
step:0.01,
format: v => v ? require("locale").distance(v, 2) : '-',
onchange: v => {
console.log(v);
myprofile.strideLength=v;
writeProfile();
},