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

Add PID and Rate Profile names

This commit is contained in:
Pieter Kruger 2019-05-01 22:42:45 +10:00
parent 3651bbc03a
commit de5a54a19a
9 changed files with 156 additions and 0 deletions

View file

@ -126,6 +126,8 @@ typedef enum {
OSD_STICK_OVERLAY_RIGHT,
OSD_DISPLAY_NAME,
OSD_ESC_RPM_FREQ,
OSD_RATE_PROFILE_NAME,
OSD_PID_PROFILE_NAME,
OSD_ITEM_COUNT // MUST BE LAST
} osd_items_e;