From e71c72b20d498d421992c5f0ddba6f4c2e7b1f74 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Wed, 20 Jul 2022 22:36:07 +0300 Subject: [PATCH] Updates --- content/ardupilot/statistics-calculator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ardupilot/statistics-calculator.md b/content/ardupilot/statistics-calculator.md index 66afafc..9c816a4 100644 --- a/content/ardupilot/statistics-calculator.md +++ b/content/ardupilot/statistics-calculator.md @@ -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.)_ * * *

-Last updated on June 07, 2022. For any questions/feedback, +Last updated on July 20, 2022. For any questions/feedback, email me at hi@stavros.io.