mirror of https://github.com/rusefi/wideband.git
relax heater PI
This commit is contained in:
parent
f9d94f1695
commit
26e46dd77a
|
@ -78,7 +78,7 @@ static HeaterState GetNextState(HeaterState state, float sensorEsr)
|
|||
return state;
|
||||
}
|
||||
|
||||
static Pid heaterPid(0.003f, 0.01f, 1, HEATER_CONTROL_PERIOD);
|
||||
static Pid heaterPid(0.003f, 0.005f, 0.6f, HEATER_CONTROL_PERIOD);
|
||||
|
||||
static float GetDutyForState(HeaterState state, float heaterEsr)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue