connect pwr ctrl to eps
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-09-28 12:00:04 +02:00
parent 6a77635bfb
commit 173ee62d39
6 changed files with 14 additions and 10 deletions

View File

@ -132,6 +132,6 @@ void ObjectFactory::produce(void* args) {
createMiscComponents();
createThermalController(*heaterHandler, false);
createAcsController(true, enableHkSets);
createPowerController(enableHkSets);
createPowerController(true, enableHkSets);
satsystem::init(false);
}