1
0
Fork 0
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:
Florian Ragwitz 2017-03-18 11:40:38 -07:00
parent 60a41c7706
commit a151d50929
4 changed files with 16 additions and 0 deletions

View file

@ -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;