1
0
Fork 0
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:
Dan Nixon 2017-01-27 11:23:28 +00:00 committed by borisbstyle
parent c89a88a9f2
commit 1ad3d74f9f
3 changed files with 30 additions and 2 deletions

View file

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