set initial mode
This commit is contained in:
parent
42779e6ace
commit
dd8b6ced8f
@ -35,6 +35,7 @@ void satsystem::init() {
|
|||||||
ModeListEntry entry;
|
ModeListEntry entry;
|
||||||
buildSafeSequence(EIVE_SYSTEM, entry);
|
buildSafeSequence(EIVE_SYSTEM, entry);
|
||||||
buildIdleSequence(EIVE_SYSTEM, entry);
|
buildIdleSequence(EIVE_SYSTEM, entry);
|
||||||
|
EIVE_SYSTEM.setInitialMode(acs::AcsMode::SAFE, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
EiveSystem satsystem::EIVE_SYSTEM = EiveSystem(objects::EIVE_SYSTEM, 12, 24);
|
EiveSystem satsystem::EIVE_SYSTEM = EiveSystem(objects::EIVE_SYSTEM, 12, 24);
|
||||||
|
2
tmtc
2
tmtc
@ -1 +1 @@
|
|||||||
Subproject commit bf158bee2d79c95de3ac2e38f4e7d977699711b1
|
Subproject commit b0f51072b20e4835a3e2143d8b3fb40d14240bfb
|
Loading…
Reference in New Issue
Block a user