mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Add PID and rate profile and battery warn to OSD
This commit is contained in:
parent
c89a88a9f2
commit
1ad3d74f9f
3 changed files with 30 additions and 2 deletions
|
@ -47,6 +47,8 @@ typedef enum {
|
|||
OSD_PITCH_PIDS,
|
||||
OSD_YAW_PIDS,
|
||||
OSD_POWER,
|
||||
OSD_PIDRATE_PROFILE,
|
||||
OSD_MAIN_BATT_WARNING,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue