use supervisor fdir
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details

controls the power switch
This commit is contained in:
Robin Müller 2023-03-16 19:10:05 +01:00
parent 3c6eb265c7
commit f7be8ea63c
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 2 deletions

View File

@ -1321,7 +1321,7 @@ void ThermalController::ctrlPlocMissionBoard() {
numSensors = 3;
ctrlComponentTemperature(heater::HEATER_1_PLOC_PROC_BRD, heater::HEATER_0_OBC_BRD,
plocMissionBoardLimits);
tooHotHandler(objects::PLOC_MPSOC_HANDLER, plocTooHotFlag);
tooHotHandler(objects::PLOC_SUPERVISOR_HANDLER, plocTooHotFlag);
}
void ThermalController::ctrlPlocProcessingBoard() {
@ -1335,7 +1335,7 @@ void ThermalController::ctrlPlocProcessingBoard() {
numSensors = 3;
ctrlComponentTemperature(heater::HEATER_1_PLOC_PROC_BRD, heater::HEATER_0_OBC_BRD,
plocProcessingBoardLimits);
tooHotHandler(objects::PLOC_MPSOC_HANDLER, plocTooHotFlag);
tooHotHandler(objects::PLOC_SUPERVISOR_HANDLER, plocTooHotFlag);
}
void ThermalController::ctrlDac() {