better field name watchOutForLinearTime

This commit is contained in:
rusefillc 2023-11-17 15:22:43 -05:00
parent cdc3371667
commit 757f4e6844
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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

View File

@ -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