Oscilations in DWELL length after 40+ hours of uptime #6451

This commit is contained in:
rusefillc 2024-05-10 15:24:40 -04:00
parent 27de1a1700
commit d5846f5975
3 changed files with 4 additions and 2 deletions

View File

@ -366,7 +366,7 @@ void turnSparkPinHighStartCharging(IgnitionEvent *event) {
}
#if EFI_PROD_CODE
#define ENABLE_OVERDWELL_PROTECTION (true)
#define ENABLE_OVERDWELL_PROTECTION (!engineConfiguration->doNotUse1x5_overdwell_protection)
#else
#define ENABLE_OVERDWELL_PROTECTION (engine->enableOverdwellProtection)
#endif

View File

@ -804,7 +804,8 @@ bit is_enabled_spi_2
bit verboseKLine
bit idleIncrementalPidCic
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;
pin_output_mode_e mainRelayPinMode;

View File

@ -4868,6 +4868,7 @@ dialog = tcuControls, "Transmission Settings"
field = brakeMeanEffectivePressureDifferential, brakeMeanEffectivePressureDifferential
dialog = parkingLot3, "Experimental 3"
field = "USE AT YOUR OWN RISK doNotUse1x5_overdwell_protection", doNotUse1x5_overdwell_protection
field = devBit0, devBit0
field = devBit1, devBit1
field = devBit2, devBit2