parent
314e6037a5
commit
20e9f6178a
|
@ -51,6 +51,7 @@ void HarleyAcr::onSlowCallback() {
|
|||
}
|
||||
|
||||
bool acrState = getAcrState();
|
||||
engine->engineState.acrStateDup = acrState;
|
||||
engine->outputChannels.acrActive = acrState;
|
||||
enginePins.harleyAcr.setValue(acrState);
|
||||
enginePins.harleyAcr2.setValue(acrState);
|
||||
|
|
|
@ -39,6 +39,7 @@ struct_no_prefix engine_state_s
|
|||
int8_t brakePedalState;@@INDICATOR_NAME_BRAKE_DOWN@@
|
||||
int8_t startStopState
|
||||
bit startStopPhysicalState
|
||||
bit acrStateDup
|
||||
uint32_t startStopStateToggleCounter
|
||||
|
||||
float egtValue1
|
||||
|
|
|
@ -576,7 +576,7 @@ custom spi_device_e 1 bits, U08, @OFFSET@, [0:2], "Off", "SPI1", "SPI2", "SPI3",
|
|||
uint8_t boostControlSafeDutyCycle;Duty cycle to use in case of a sensor failure. This duty cycle should produce the minimum possible amount of boost. This duty is also used in case any of the minimum RPM/TPS/MAP conditions are not met.;"%", 1, 0, 0, 100, 0
|
||||
adc_channel_e mafAdcChannel
|
||||
|
||||
uint8_t acrRevolutions;;"", 1, 0, 0, 10, 0
|
||||
uint8_t acrRevolutions;;"", 1, 0, 0, 100, 0
|
||||
|
||||
float globalFuelCorrection;;"coef", 1, 0, 0, 1000, 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue