1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Added ability to display PIDs in OSD

This commit is contained in:
Martin Budden 2016-12-06 13:24:04 +00:00
parent ad95800f4d
commit 41dda49b44
4 changed files with 52 additions and 16 deletions

View file

@ -40,6 +40,9 @@ typedef enum {
OSD_GPS_SPEED,
OSD_GPS_SATS,
OSD_ALTITUDE,
OSD_ROLL_PIDS,
OSD_PITCH_PIDS,
OSD_YAW_PIDS,
OSD_ITEM_COUNT // MUST BE LAST
} osd_items_e;