1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

display craft name, current mesurement on OSD

This commit is contained in:
Evgeny Sychov 2016-08-01 02:14:40 -07:00
parent 9a38d8a9e1
commit 69955d7b07
4 changed files with 34 additions and 0 deletions

View file

@ -50,6 +50,9 @@ typedef enum {
OSD_DISARMED,
OSD_ARTIFICIAL_HORIZON,
OSD_HORIZON_SIDEBARS,
OSD_CURRENT_DRAW,
OSD_MAH_DRAWN,
OSD_CRAFT_NAME,
OSD_MAX_ITEMS, // MUST BE LAST
} osd_items_t;