only:proteus_f7
This commit is contained in:
rusefillc 2023-11-12 23:16:08 -05:00
parent cb2ad7fce7
commit 7d5e382f91
3 changed files with 3 additions and 2 deletions

View File

@ -85,7 +85,7 @@ void LimpManager::updateState(int rpm, efitick_t nowNt) {
#if EFI_HD_ACR
// Don't inject fuel during Harley compression release - it sprays fuel everywhere
if (engine->module<HarleyAcr>()->isActive()) {
if (engine->module<HarleyAcr>()->isActive() && engineConfiguration->cutFuelInAcr) {
allowFuel.clear(ClearReason::ACR);
}
#endif // EFI_HD_ACR

View File

@ -1041,7 +1041,7 @@ custom idle_mode_e 1 bits, U08, @OFFSET@, [0:0], "Open Loop + Closed Loop", "Ope
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 unused1200b12
bit cutFuelInAcr
bit hondaK
bit twoWireBatchIgnition;This is needed if your coils are individually wired (COP) and you wish to use batch ignition (Wasted Spark).
bit useFixedBaroCorrFromMap

View File

@ -4606,6 +4606,7 @@ dialog = tcuControls, "Transmission Settings"
dialog = harleyAcr, "Harley Automatic Compression Release"
field = "Pin", acrPin
field = "Pin 2", acrPin2
field = "cutFuelInAcr", cutFuelInAcr
field = "#ACR is disabled after the specified number"
field = "#of revolutions, plus degrees of engine phase"
field = "Disable after revolutions", acrRevolutions