ENOUGH IS ENOUGH #774

Merged
muellerr merged 2 commits from ENOUGH-IS-ENOUGH into main 2023-08-14 10:39:50 +02:00
Showing only changes of commit 185d86245b - Show all commits

View File

@ -238,7 +238,9 @@ ReturnValue_t GpsHyperionLinuxController::handleGpsReadData() {
}
}
if (gpsSet.fixMode.value != newFix) {
#if OBSW_Q7S_EM != 1
triggerEvent(GpsHyperion::GPS_FIX_CHANGE, gpsSet.fixMode.value, newFix);
#endif
}
gpsSet.fixMode = newFix;
gpsSet.fixMode.setValid(modeIsSet);