Update to v1.8.0 #100

Merged
muellerr merged 125 commits from develop into main 2021-09-24 10:17:43 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a66a76609f - Show all commits

2
fsfw

@ -1 +1 @@
Subproject commit 40adca5f1d13ef8d6c712842ebc37e37fe449446
Subproject commit c9bfc8464aede0f79c167e18c5c0c79ded2444ce

View File

@ -23,6 +23,7 @@ GPSHyperionHandler::~GPSHyperionHandler() {}
void GPSHyperionHandler::doStartUp() {
if(internalState == InternalStates::NONE) {
commandExecuted = false;
enablePeriodicReply(GpsHyperion::GPS_REPLY);
internalState = InternalStates::WAIT_FIRST_MESSAGE;
}