only:idle leaves outputs
This commit is contained in:
parent
12fe8d8de6
commit
e0b191f972
|
@ -95,8 +95,7 @@ int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
|
||||||
uint8_t currentInjectionMode;@@GAUGE_NAME_INJECTION_MODE@@
|
uint8_t currentInjectionMode;@@GAUGE_NAME_INJECTION_MODE@@
|
||||||
|
|
||||||
uint16_t autoscale coilDutyCycle;@@GAUGE_NAME_DWELL_DUTY@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
uint16_t autoscale coilDutyCycle;@@GAUGE_NAME_DWELL_DUTY@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||||
! Idle & ETB
|
! ETB
|
||||||
uint16_t autoscale idleAirValvePosition;@@GAUGE_NAME_IAC@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 1
|
|
||||||
int16_t autoscale etbTarget;ETB Target;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 2
|
int16_t autoscale etbTarget;ETB Target;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 2
|
||||||
int16_t autoscale etb1DutyCycle;@@GAUGE_NAME_ETB_DUTY@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 1
|
int16_t autoscale etb1DutyCycle;@@GAUGE_NAME_ETB_DUTY@@;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 1
|
||||||
! Fuel system
|
! Fuel system
|
||||||
|
|
|
@ -364,7 +364,6 @@ float IdleController::getIdlePosition(float rpm) {
|
||||||
getIdlePid()->postState(engine->outputChannels.idleStatus);
|
getIdlePid()->postState(engine->outputChannels.idleStatus);
|
||||||
}
|
}
|
||||||
|
|
||||||
engine->outputChannels.idleAirValvePosition = iacPosition;
|
|
||||||
extern StepperMotor iacMotor;
|
extern StepperMotor iacMotor;
|
||||||
engine->outputChannels.idleStepperTargetPosition = iacMotor.getTargetPosition();
|
engine->outputChannels.idleStepperTargetPosition = iacMotor.getTargetPosition();
|
||||||
#endif /* EFI_TUNER_STUDIO */
|
#endif /* EFI_TUNER_STUDIO */
|
||||||
|
|
Loading…
Reference in New Issue