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:
commit
996e8b31d9
4 changed files with 14 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue