1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Merge pull request #2782 from martinbudden/bf_osd_debug

Added debug fields to OSD
This commit is contained in:
Martin Budden 2017-04-12 17:18:18 +01:00 committed by GitHub
commit 996e8b31d9
4 changed files with 14 additions and 3 deletions

View file

@ -52,6 +52,7 @@ typedef enum {
OSD_AVG_CELL_VOLTAGE,
OSD_GPS_LON,
OSD_GPS_LAT,
OSD_DEBUG,
OSD_ITEM_COUNT // MUST BE LAST
} osd_items_e;