mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Add average cell voltage to OSD
This can make it a little easier for some pilots to see where their battery is at, especially if they move forth and back between different cell counts a lot.
This commit is contained in:
parent
60a41c7706
commit
a151d50929
4 changed files with 16 additions and 0 deletions
|
@ -48,6 +48,7 @@ typedef enum {
|
|||
OSD_POWER,
|
||||
OSD_PIDRATE_PROFILE,
|
||||
OSD_MAIN_BATT_WARNING,
|
||||
OSD_AVG_CELL_VOLTAGE,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue