Update main.c display gps read

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

@ -351,9 +351,9 @@ int main(int argc, char * argv[]) {
if (cmdbuffer[0] != '-')
{
gps_status = ON;
fprintf(stderr, "Pi GPS on");
fprintf(stderr, "Pi GPS on\n");
} else
fprintf(stderr, "Pi GPS off");
fprintf(stderr, "Pi GPS off\n");
fclose(gps_read);
} else
fprintf(stderr, "Error checking gps");

Loading…
Cancel
Save

Powered by TurnKey Linux.