mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 23:35:30 +03:00
Add Allow Manual Throttle Increase in the Fixed Wing/Cruise CMS menu
This commit is contained in:
parent
b17d8a21a9
commit
7ca1dda83e
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ static const OSD_Entry cmsx_menuFWCruiseEntries[] =
|
|||
OSD_SETTING_ENTRY("CONTROL SMOOTHNESS", SETTING_NAV_FW_CONTROL_SMOOTHNESS),
|
||||
OSD_SETTING_ENTRY("PITCH TO THR SMOOTHING", SETTING_NAV_FW_PITCH2THR_SMOOTHING),
|
||||
OSD_SETTING_ENTRY("PITCH TO THR THRESHOLD", SETTING_NAV_FW_PITCH2THR_THRESHOLD),
|
||||
OSD_SETTING_ENTRY("MANUAL THR INCREASE", SETTING_NAV_FW_ALLOW_MANUAL_THR_INCREASE),
|
||||
|
||||
OSD_BACK_AND_END_ENTRY,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue