mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Maximum Home Distance in OSD stats
This commit is contained in:
parent
4f852fb416
commit
64aa5824a7
3 changed files with 22 additions and 6 deletions
|
@ -74,6 +74,7 @@ typedef enum {
|
|||
OSD_STAT_END_BATTERY,
|
||||
OSD_STAT_FLYTIME,
|
||||
OSD_STAT_ARMEDTIME,
|
||||
OSD_STAT_MAX_DISTANCE,
|
||||
OSD_STAT_COUNT // MUST BE LAST
|
||||
} osd_stats_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue