Skip to content

Commit

Permalink
dead config bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Aug 7, 2024
1 parent 477a657 commit 47d0ce1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions firmware/controllers/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47d0ce1

Please sign in to comment.