1
0
Fork 0
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:
Martin Budden 2017-03-31 07:48:44 +01:00
parent 86b3d862a2
commit 9715508c7b
4 changed files with 14 additions and 3 deletions

View file

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