mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Added debug fields to OSD
This commit is contained in:
parent
86b3d862a2
commit
9715508c7b
4 changed files with 14 additions and 3 deletions
|
@ -51,6 +51,7 @@ typedef enum {
|
|||
OSD_AVG_CELL_VOLTAGE,
|
||||
OSD_GPS_LON,
|
||||
OSD_GPS_LAT,
|
||||
OSD_DEBUG,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue