comment
This commit is contained in:
parent
027955597f
commit
f1ca4b174f
@ -215,6 +215,7 @@ void ThermalController::performControlOperation() {
|
|||||||
}
|
}
|
||||||
heaterTransitionControl(heaterSwitchStateArray);
|
heaterTransitionControl(heaterSwitchStateArray);
|
||||||
heaterMaxDurationControl(heaterSwitchStateArray);
|
heaterMaxDurationControl(heaterSwitchStateArray);
|
||||||
|
// This dataset makes the TCS CTRL observable.
|
||||||
PoolReadGuard pg(&tcsCtrlInfo);
|
PoolReadGuard pg(&tcsCtrlInfo);
|
||||||
for (uint8_t i = 0; i < thermalStates.size(); i++) {
|
for (uint8_t i = 0; i < thermalStates.size(); i++) {
|
||||||
tcsCtrlInfo.heatingOnVec[i] = thermalStates[i].heating;
|
tcsCtrlInfo.heatingOnVec[i] = thermalStates[i].heating;
|
||||||
|
Loading…
Reference in New Issue
Block a user