mirror of https://github.com/rusefi/wideband.git
dterm science
This commit is contained in:
parent
b44fe3b98c
commit
c12f4b7e43
|
@ -78,7 +78,7 @@ static HeaterState GetNextState(HeaterState state, float sensorEsr)
|
|||
return state;
|
||||
}
|
||||
|
||||
static Pid heaterPid(0.003f, 0.005f, 0, 0.6f, HEATER_CONTROL_PERIOD);
|
||||
static Pid heaterPid(0.003f, 0.005f, 0.0005f, 0.6f, HEATER_CONTROL_PERIOD);
|
||||
|
||||
static float GetDutyForState(HeaterState state, float heaterEsr)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue