Oscilations in DWELL length after 40+ hours of uptime #6451
This commit is contained in:
parent
27de1a1700
commit
d5846f5975
|
@ -366,7 +366,7 @@ void turnSparkPinHighStartCharging(IgnitionEvent *event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE
|
||||||
#define ENABLE_OVERDWELL_PROTECTION (true)
|
#define ENABLE_OVERDWELL_PROTECTION (!engineConfiguration->doNotUse1x5_overdwell_protection)
|
||||||
#else
|
#else
|
||||||
#define ENABLE_OVERDWELL_PROTECTION (engine->enableOverdwellProtection)
|
#define ENABLE_OVERDWELL_PROTECTION (engine->enableOverdwellProtection)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -804,7 +804,8 @@ 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 32nd bit here, you would need another bit region if more bits are desired
|
! 'enableAemXSeries' is the 31st 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;
|
||||||
|
|
|
@ -4868,6 +4868,7 @@ 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