thermal controller
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
@ -1818,7 +1818,7 @@ bool ThermalController::heaterCtrlAllowed() const { return submode != SUBMODE_NO
|
||||
void ThermalController::resetThermalStates() {
|
||||
for (auto& thermalState : thermalStates) {
|
||||
thermalState.heating = false;
|
||||
thermalState.errorCounter = 0;
|
||||
thermalState.noSensorAvailableCounter = 0;
|
||||
thermalState.heaterStartTime = 0;
|
||||
thermalState.heaterEndTime = 0;
|
||||
thermalState.sensorIndex = 0;
|
||||
|
Reference in New Issue
Block a user