mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Add fly timers to stats, add armed time OSD elem.
Added: - Fly time stat (total time armed) - Armed time stat (time since last arming) - Armed time OSD element (time since last arming)
This commit is contained in:
parent
3b353ae948
commit
d83f0ddf5e
3 changed files with 39 additions and 0 deletions
|
@ -56,6 +56,7 @@ typedef enum {
|
|||
OSD_PITCH_ANGLE,
|
||||
OSD_ROLL_ANGLE,
|
||||
OSD_MAIN_BATT_USAGE,
|
||||
OSD_ARMED_TIME,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
@ -67,6 +68,9 @@ typedef enum {
|
|||
OSD_STAT_USED_MAH,
|
||||
OSD_STAT_MAX_ALTITUDE,
|
||||
OSD_STAT_BLACKBOX,
|
||||
OSD_STAT_END_BATTERY,
|
||||
OSD_STAT_FLYTIME,
|
||||
OSD_STAT_ARMEDTIME,
|
||||
OSD_STAT_COUNT // MUST BE LAST
|
||||
} osd_states_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue