Some GPS updates #369

Merged
muellerr merged 12 commits from some_more_gps_updates into develop 2023-02-08 13:04:46 +01:00
Showing only changes of commit 540bd63f4c - Show all commits

View File

@ -163,7 +163,8 @@ bool GpsHyperionLinuxController::readGpsDataFromGpsd() {
if (MODE_SET != (MODE_SET & gps.set)) {
if (mode != MODE_OFF and maxTimeToReachFix.hasTimedOut() and
oneShotSwitches.cantGetFixSwitch) {
sif::warning << "GPSHyperionHandler::readGpsDataFromGpsd: No mode could be set in allowed "
sif::warning
<< "GPSHyperionHandler::readGpsDataFromGpsd: No mode could be set in allowed "
<< maxTimeToReachFix.timeout / 1000 << " seconds" << std::endl;
triggerEvent(GpsHyperion::CANT_GET_FIX, maxTimeToReachFix.timeout);
oneShotSwitches.cantGetFixSwitch = false;