bugfix for GPS handler #368

Merged
muellerr merged 11 commits from gps_bugfix into develop 2023-02-06 18:25:53 +01:00
Showing only changes of commit ee01b6253e - Show all commits

View File

@ -159,7 +159,7 @@ bool GpsHyperionLinuxController::readGpsDataFromGpsd() {
}
if (result == -1) {
readError(result);
return true;
return false;
}
if (MODE_SET != (MODE_SET & gps.set)) {
if (mode == MODE_ON) {