BangleApps/apps/myprofile/README.md

20 lines
1.7 KiB
Markdown
Raw Normal View History

2023-12-10 08:39:13 +00:00
# My Profile
Configure your personal profile. All settings are optional and are only stored on the watch.
## Available settings
2023-12-12 18:30:46 +00:00
| Setting | Description | Displayed in | Stored in | Default value | How to measure |
| ------------- | ------------------------------- | ------------------- | ------------ | ------------- | ----------------------------------------------------------------- |
| Birthday | Used to calculate age | year, month, day | 'YYYY-MM-DD' | 01.01.1970 | - |
| 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 |
2023-12-12 20:14:28 +00:00
| Height | Body height | local length unit | meter | 0 (=not set) | - |
2024-02-11 08:32:08 +00:00
| Weight | Body weight | kg | kf | 0 (=not set) | - |
2023-12-12 18:30:46 +00:00
| Stride length | distance traveled with one step | local length unit | meter | 0 (=not set) | Walk 10 steps and divide the travelled distance by 10 |
2023-12-10 09:30:55 +00:00
## Developer notes
2023-12-12 18:30:46 +00:00
- Feel free to add additional settings.
- For values without reasonable defaults never assume that a value is set. Always check the value before using it.