From 757f4e684466b4a3c3bd60960a8bb0e6fd4f5627 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 17 Nov 2023 15:22:43 -0500 Subject: [PATCH] better field name watchOutForLinearTime --- firmware/controllers/algo/engine.cpp | 2 +- firmware/integration/rusefi_config.txt | 2 +- firmware/tunerstudio/rusefi.input | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/controllers/algo/engine.cpp b/firmware/controllers/algo/engine.cpp index ba4c76a71a..4de69673ca 100644 --- a/firmware/controllers/algo/engine.cpp +++ b/firmware/controllers/algo/engine.cpp @@ -404,7 +404,7 @@ void Engine::setConfig() { static void assertTimeIsLinear() { static efitimems_t mostRecentMs = 0; efitimems_t msNow = getTimeNowMs(); - if (engineConfiguration->tempBooleanForVerySpecialLogic && engine->configBurnTimer.hasElapsedSec(5)) { + if (engineConfiguration->watchOutForLinearTime && engine->configBurnTimer.hasElapsedSec(5)) { if (mostRecentMs != 0) { efitimems_t gapInMs = msNow - mostRecentMs; diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 3e54feb293..4018181f8f 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1060,7 +1060,7 @@ bit useBiQuadOnAuxSpeedSensors bit sdTriggerLog,"trigger","normal";'Trigger' mode will write a high speed log of trigger events (warning: uses lots of space!). 'Normal' mode will write a standard MLG of sensors, engine function, etc. similar to the one captured in TunerStudio. bit ALSActivateInverted bit stepper_dc_use_two_wires -bit tempBooleanForVerySpecialLogic +bit watchOutForLinearTime uint32_t engineChartSize;;"count", 1, 0, 0, 300, 0 diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 30b2c008b8..b67d621c63 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -4636,7 +4636,7 @@ dialog = tcuControls, "Transmission Settings" ; field = useEeprom, useEeprom field = "#System hacks" field = "vvtBooleanForVerySpecialCases", vvtBooleanForVerySpecialCases - field = tempBooleanForVerySpecialLogic, tempBooleanForVerySpecialLogic + field = watchOutForLinearTime, watchOutForLinearTime field = "Global fuel correction", globalFuelCorrection field = "TS over CAN debug", verboseIsoTp field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex