mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Drop min_throttle in favor of throttle IDLE percent
This commit is contained in:
parent
419d4e48e0
commit
4fd2149e2b
20 changed files with 63 additions and 61 deletions
|
@ -42,7 +42,7 @@ static const OSD_Entry menuMiscEntries[]=
|
|||
{
|
||||
OSD_LABEL_ENTRY("-- MISC --"),
|
||||
|
||||
OSD_SETTING_ENTRY("MIN THR", SETTING_MIN_THROTTLE),
|
||||
OSD_SETTING_ENTRY("THR IDLE", SETTING_THROTTLE_IDLE),
|
||||
#if defined(USE_OSD) && defined(USE_ADC)
|
||||
OSD_SETTING_ENTRY("OSD VOLT DECIMALS", SETTING_OSD_MAIN_VOLTAGE_DECIMALS),
|
||||
OSD_SETTING_ENTRY("STATS ENERGY UNIT", SETTING_OSD_STATS_ENERGY_UNIT),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue