GNSS ACS board update #92

Merged
meierj merged 47 commits from mueller/gnss-acs-update into develop 2021-09-15 15:43:01 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit d78c746552 - Show all commits

View File

@ -82,7 +82,8 @@ ReturnValue_t GPSHyperionHandler::scanForReply(const uint8_t *start, size_t len,
// Negative latitude -> South direction
gpsSet.latitude.value = gpsData.latitude;
// Negative longitude -> West direction
gpsSet.longitude.value = gpsData.latitude;
gpsSet.longitude.value = gpsData.longitude;
gpsSet.altitude.value = gpsData.altitude;
gpsSet.fixMode.value = gpsData.fix_mode;
gpsSet.satInUse.value = gpsData.sats_in_use;
Clock::TimeOfDay_t timeStruct = {};

2
tmtc

@ -1 +1 @@
Subproject commit 0f09809d21ceec9878396fb80b645868a0286c2a
Subproject commit 4e4d69f6d6f6e55b40e90804b3b8ecdba10d96f5