mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Add HOME DIRECTION arrow to OSD
This commit is contained in:
parent
e9b2d7e223
commit
24aef422ee
4 changed files with 120 additions and 72 deletions
|
@ -58,6 +58,7 @@ typedef enum {
|
|||
OSD_MAIN_BATT_USAGE,
|
||||
OSD_ARMED_TIME,
|
||||
OSD_DISARMED,
|
||||
OSD_HOME_DIR,
|
||||
OSD_ITEM_COUNT // MUST BE LAST
|
||||
} osd_items_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue