1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Add pitch and roll angles to BFOSD

This commit is contained in:
Dan Nixon 2017-04-25 09:11:20 +01:00
parent 1ad0546af3
commit 456d618d1b
3 changed files with 16 additions and 0 deletions

View file

@ -53,6 +53,8 @@ typedef enum {
OSD_GPS_LON,
OSD_GPS_LAT,
OSD_DEBUG,
OSD_PITCH_ANGLE,
OSD_ROLL_ANGLE,
OSD_ITEM_COUNT // MUST BE LAST
} osd_items_e;