updates
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-02-08 20:40:53 +01:00
parent fc61066848
commit 7ec8ca3356
5 changed files with 15 additions and 7 deletions

View File

@ -112,5 +112,6 @@ void ObjectFactory::produce(void* args) {
pcdu::Switches::PDU1_CH5_SOLAR_CELL_EXP_5V);
#endif
createAcsController(true);
createThermalController();
satsystem::com::init();
}