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:
parent
9a38d8a9e1
commit
69955d7b07
4 changed files with 34 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue