1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2017-05-04 20:56:07 +02:00
parent e9b2d7e223
commit 24aef422ee
4 changed files with 120 additions and 72 deletions

View file

@ -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;