Revert "Oscilations in DWELL length after 40+ hours of uptime #6451"
This reverts commit d5846f5975
.
This commit is contained in:
parent
5753c201be
commit
000bf5754c
|
@ -366,7 +366,7 @@ void turnSparkPinHighStartCharging(IgnitionEvent *event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE
|
||||||
#define ENABLE_OVERDWELL_PROTECTION (!engineConfiguration->doNotUse1x5_overdwell_protection)
|
#define ENABLE_OVERDWELL_PROTECTION (true)
|
||||||
#else
|
#else
|
||||||
#define ENABLE_OVERDWELL_PROTECTION (engine->enableOverdwellProtection)
|
#define ENABLE_OVERDWELL_PROTECTION (engine->enableOverdwellProtection)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -804,8 +804,7 @@ bit is_enabled_spi_2
|
||||||
bit verboseKLine
|
bit verboseKLine
|
||||||
bit idleIncrementalPidCic
|
bit idleIncrementalPidCic
|
||||||
bit enableAemXSeries;AEM X-Series or rusEFI Wideband
|
bit enableAemXSeries;AEM X-Series or rusEFI Wideband
|
||||||
! 'enableAemXSeries' is the 31st bit here, you would need another bit region if more bits are desired
|
! 'enableAemXSeries' is the 32nd bit here, you would need another bit region if more bits are desired
|
||||||
bit doNotUse1x5_overdwell_protection
|
|
||||||
|
|
||||||
brain_input_pin_e[LOGIC_ANALYZER_CHANNEL_COUNT iterate] logicAnalyzerPins;
|
brain_input_pin_e[LOGIC_ANALYZER_CHANNEL_COUNT iterate] logicAnalyzerPins;
|
||||||
pin_output_mode_e mainRelayPinMode;
|
pin_output_mode_e mainRelayPinMode;
|
||||||
|
|
|
@ -4869,7 +4869,6 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
field = brakeMeanEffectivePressureDifferential, brakeMeanEffectivePressureDifferential
|
field = brakeMeanEffectivePressureDifferential, brakeMeanEffectivePressureDifferential
|
||||||
|
|
||||||
dialog = parkingLot3, "Experimental 3"
|
dialog = parkingLot3, "Experimental 3"
|
||||||
field = "USE AT YOUR OWN RISK doNotUse1x5_overdwell_protection", doNotUse1x5_overdwell_protection
|
|
||||||
field = devBit0, devBit0
|
field = devBit0, devBit0
|
||||||
field = devBit1, devBit1
|
field = devBit1, devBit1
|
||||||
field = devBit2, devBit2
|
field = devBit2, devBit2
|
||||||
|
|
Loading…
Reference in New Issue