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:
parent
1ad0546af3
commit
456d618d1b
3 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue