mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Added OSD Battery Usage progressbar
This commit is contained in:
parent
61d66c8a88
commit
37e2b8be24
5 changed files with 60 additions and 1 deletions
|
@ -55,6 +55,7 @@ typedef enum {
|
|||
OSD_DEBUG,
|
||||
OSD_PITCH_ANGLE,
|
||||
OSD_ROLL_ANGLE,
|
||||
OSD_MAIN_BATT_USAGE,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue