rusefi 2021-10-24 18:22:01 -04:00
parent 229419d04b
commit 0f4c726aa0
2 changed files with 5 additions and 4 deletions

View File

@ -1160,7 +1160,8 @@ bit unusedBitHere4
adc_channel_e vRefAdcChannel;
uint8_t etbNeutralPosition;+Expected neutral position;"%", 1, 0, 0, 100, 0
custom idle_mode_e 4 bits, U32, @OFFSET@, [0:0], "Automatic", "Manual"
! todo: convert this into a bit setting no need for 4 bytes and we do not expect a third option any day soon
custom idle_mode_e 4 bits, U32, @OFFSET@, [0:0], "Closed Loop", "Open Loop"
idle_mode_e idleMode;See also idleRpmPid;
bit isInjectionEnabled;+Enable fuel injection - This is default off for new projects as a safety feature, set to "true" to enable fuel injection and further injector settings.

View File

@ -2780,9 +2780,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "! Solenoid idle control is disabled at zero RPM"
panel = idleGating
panel = idleOpenLoop
panel = idlePidSettings, { idleMode == 0}
panel = idleOpenLoop, { idleMode != @@idle_mode_e_IM_AUTO@@ }
panel = idleGating, { idleMode == @@idle_mode_e_IM_AUTO@@ }
panel = idlePidSettings, { idleMode == @@idle_mode_e_IM_AUTO@@ }
panel = idleExtra
dialog = idleTimingPidCorrDialog, "", yAxis