myprofile updates
parent
df662ef2ad
commit
b639dd41f9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
step:0.01,
|
||||
format: v => v ? require("locale").distance(v, 2) : '-',
|
||||
onchange: v => {
|
||||
console.log(v);
|
||||
myprofile.strideLength=v;
|
||||
writeProfile();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue