mirror of https://github.com/rusefi/wideband.git
less D
This commit is contained in:
parent
1119d79856
commit
e501510e80
|
@ -81,7 +81,7 @@ static HeaterState GetNextState(HeaterState state, float sensorEsr)
|
|||
static Pid heaterPid(
|
||||
0.3f, // kP
|
||||
0.3f, // kI
|
||||
0.02f, // kD
|
||||
0.01f, // kD
|
||||
3.0f, // Integrator clamp (volts)
|
||||
HEATER_CONTROL_PERIOD
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue