dterm science

This commit is contained in:
Matthew Kennedy 2021-07-09 11:22:33 -07:00
parent b44fe3b98c
commit c12f4b7e43
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{