parent
dafeaeaa31
commit
77ab5ed323
|
@ -556,10 +556,6 @@ void EtbController::update() {
|
||||||
m_pid.iTermMin = engineConfiguration->etb_iTermMin;
|
m_pid.iTermMin = engineConfiguration->etb_iTermMin;
|
||||||
m_pid.iTermMax = engineConfiguration->etb_iTermMax;
|
m_pid.iTermMax = engineConfiguration->etb_iTermMax;
|
||||||
|
|
||||||
if (engineConfiguration->isVerboseETB) {
|
|
||||||
m_pid.showPidStatus("ETB");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Update local state about autotune
|
// Update local state about autotune
|
||||||
m_isAutotune = GET_RPM() == 0
|
m_isAutotune = GET_RPM() == 0
|
||||||
&& engine->etbAutoTune
|
&& engine->etbAutoTune
|
||||||
|
|
|
@ -769,8 +769,6 @@ static void enableOrDisable(const char *param, bool isEnabled) {
|
||||||
incrementGlobalConfigurationVersion();
|
incrementGlobalConfigurationVersion();
|
||||||
} else if (strEqualCaseInsensitive(param, "HIP9011")) {
|
} else if (strEqualCaseInsensitive(param, "HIP9011")) {
|
||||||
engineConfiguration->isHip9011Enabled = isEnabled;
|
engineConfiguration->isHip9011Enabled = isEnabled;
|
||||||
} else if (strEqualCaseInsensitive(param, "verbose_etb")) {
|
|
||||||
engineConfiguration->isVerboseETB = isEnabled;
|
|
||||||
} else if (strEqualCaseInsensitive(param, "verbose_idle")) {
|
} else if (strEqualCaseInsensitive(param, "verbose_idle")) {
|
||||||
engineConfiguration->isVerboseIAC = isEnabled;
|
engineConfiguration->isVerboseIAC = isEnabled;
|
||||||
} else if (strEqualCaseInsensitive(param, "auxdebug1")) {
|
} else if (strEqualCaseInsensitive(param, "auxdebug1")) {
|
||||||
|
|
|
@ -992,7 +992,7 @@ end_struct
|
||||||
bit unused1464b0
|
bit unused1464b0
|
||||||
bit fuelClosedLoopCorrectionEnabled;+Enables lambda sensor closed loop feedback for fuelling.
|
bit fuelClosedLoopCorrectionEnabled;+Enables lambda sensor closed loop feedback for fuelling.
|
||||||
bit isVerboseIAC;+Print details into rusEfi console\nenable verbose_idle
|
bit isVerboseIAC;+Print details into rusEfi console\nenable verbose_idle
|
||||||
bit isVerboseETB;+Prints ETB details to rusEFI console
|
bit unused1464b3
|
||||||
bit unused1464b4
|
bit unused1464b4
|
||||||
bit isEngineChartEnabled;+This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
bit isEngineChartEnabled;+This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||||
bit silentTriggerError;+Sometimes we have a performance issue while printing error
|
bit silentTriggerError;+Sometimes we have a performance issue while printing error
|
||||||
|
|
|
@ -3192,7 +3192,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
|
|
||||||
dialog = etbDialogLeft
|
dialog = etbDialogLeft
|
||||||
field = "https://rusefi.com/s/etb"
|
field = "https://rusefi.com/s/etb"
|
||||||
field = "Detailed status in console", isVerboseETB
|
|
||||||
field = "Disable ETB if engine is stopped", disableEtbWhenEngineStopped
|
field = "Disable ETB if engine is stopped", disableEtbWhenEngineStopped
|
||||||
field = "Disable ETB Motor", pauseEtbControl
|
field = "Disable ETB Motor", pauseEtbControl
|
||||||
field = "H-Bridge #1 function", etbFunctions1
|
field = "H-Bridge #1 function", etbFunctions1
|
||||||
|
|
Loading…
Reference in New Issue