Merge pull request 'set initial mode for system' (#452) from bugfix_set_initial_mode into develop
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

Reviewed-on: #452
This commit is contained in:
Robin Müller 2023-03-09 21:14:45 +01:00
commit 38907fc0f5
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ void satsystem::init() {
ModeListEntry entry;
buildSafeSequence(EIVE_SYSTEM, entry);
buildIdleSequence(EIVE_SYSTEM, entry);
EIVE_SYSTEM.setInitialMode(HasModesIF::MODE_OFF, 0);
}
EiveSystem satsystem::EIVE_SYSTEM = EiveSystem(objects::EIVE_SYSTEM, 12, 24);

2
tmtc

@ -1 +1 @@
Subproject commit bf158bee2d79c95de3ac2e38f4e7d977699711b1
Subproject commit b0f51072b20e4835a3e2143d8b3fb40d14240bfb