1
0
Fork 0
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:
Bas Delfos 2017-05-02 21:44:59 +02:00
parent 61d66c8a88
commit 37e2b8be24
5 changed files with 60 additions and 1 deletions

View file

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