From 2c65849bc645f64cbe553220900f61a49c40d1e7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 10 Sep 2021 10:05:37 +0200 Subject: [PATCH 1/2] tmtc update --- tmtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtc b/tmtc index 90b42e7d..90f85b7d 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit 90b42e7de172fee8e6b41d21ee3de13334ec9e53 +Subproject commit 90f85b7dae63e93a3c5686fab9dd0d4a8147e96b From 9dff2e14790671797d46b1f44b66a97aab17fd42 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 11 Sep 2021 17:40:13 +0200 Subject: [PATCH 2/2] enable periodci reply now --- fsfw | 2 +- mission/devices/GPSHyperionHandler.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fsfw b/fsfw index 40adca5f..c9bfc846 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 40adca5f1d13ef8d6c712842ebc37e37fe449446 +Subproject commit c9bfc8464aede0f79c167e18c5c0c79ded2444ce diff --git a/mission/devices/GPSHyperionHandler.cpp b/mission/devices/GPSHyperionHandler.cpp index 80331c58..fe50d292 100644 --- a/mission/devices/GPSHyperionHandler.cpp +++ b/mission/devices/GPSHyperionHandler.cpp @@ -23,6 +23,7 @@ GPSHyperionHandler::~GPSHyperionHandler() {} void GPSHyperionHandler::doStartUp() { if(internalState == InternalStates::NONE) { commandExecuted = false; + enablePeriodicReply(GpsHyperion::GPS_REPLY); internalState = InternalStates::WAIT_FIRST_MESSAGE; }