Update main.c add error checking gps

pi-sensors-auto-gps
Alan Johnston 4 days ago committed by GitHub
parent 75325d38b2
commit 7a1bfce748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -355,7 +355,8 @@ int main(int argc, char * argv[]) {
} else
fprintf(stderr, "Pi GPS off");
fclose(gps_read);
}
} else
fprintf(stderr, "Error checking gps");
sensor_setup();

Loading…
Cancel
Save

Powered by TurnKey Linux.