dead config bit

This commit is contained in:
Matthew Kennedy 2024-08-07 11:37:49 -07:00
parent 477a657fc6
commit 47d0ce1736
2 changed files with 1 additions and 3 deletions

View File

@ -336,8 +336,6 @@ static void enableOrDisable(const char *param, bool isEnabled) {
engineConfiguration->isMapAveragingEnabled = isEnabled;
} else if (strEqualCaseInsensitive(param, "logic_analyzer")) {
engineConfiguration->isWaveAnalyzerEnabled = isEnabled;
} else if (strEqualCaseInsensitive(param, "manual_spinning")) {
engineConfiguration->isManualSpinningMode = isEnabled;
} else if (strEqualCaseInsensitive(param, "cylinder_cleanup")) {
engineConfiguration->isCylinderCleanupEnabled = isEnabled;
} else {

View File

@ -976,7 +976,7 @@ bit skippedWheelOnCam,"On camshaft","On crankshaft";Where is your primary skippe
bit isWaveAnalyzerEnabled
bit useSeparateVeForIdle;This activates a separate fuel table for Idle, this allows fine tuning of the idle fuelling.
bit verboseTriggerSynchDetails;Verbose info in console below engineSnifferRpmThreshold\nenable trigger_details
bit isManualSpinningMode;Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed
bit unused1188b12
bit canBroadcastEgt;Disable to skip cam data frame (base + 9) if you have no EGT sensing.
bit canBroadcastCams;Disable to skip cam data frame (base + 8) if you have no VVT.
bit unused1200b14