This commit is contained in:
Stavros Korokithakis 2022-07-20 22:36:07 +03:00
parent 6a0e969c23
commit e71c72b20d
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -27,7 +27,7 @@
"STAT_TRAVEL_AIR": { func: "m_to_km", "text": "Air distance traveled", "unit": "km"},
"STAT_TRAVEL_GND": { func: "m_to_km", "text": "Ground distance traveled", "unit": "km"},
"STAT_HOMEALT_MAX": { func: "raw", "text": "Maximum altitude relative to home", "unit": "m"},
"STAT_HOMEDST_MAX": { func: "m_to_km", "text": "Maximum distance from to home", "unit": "km"},
"STAT_HOMEDST_MAX": { func: "m_to_km", "text": "Maximum distance from home", "unit": "km"},
"STAT_CURRENT_AVG": { func: "raw", "text": "Average current", "unit": "A"},
"STAT_CURRENT_MAX": { func: "raw", "text": "Maximum current", "unit": "A"},
"STAT_POWER_AVG": { func: "raw", "text": "Average power", "unit": "W"},
@ -144,6 +144,6 @@ _(Many thanks to mfoos for writing this note.)_
* * *
<p style="font-size:80%; font-style: italic">
Last updated on June 07, 2022. For any questions/feedback,
Last updated on July 20, 2022. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p>