Update main.c

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

@ -329,7 +329,8 @@ int main(int argc, char * argv[]) {
FILE * file5 = popen("sudo rm /home/pi/CubeSatSim/camera_out.jpg > /dev/null 2>&1", "r");
//file5 = popen("sudo rm /home/pi/CubeSatSim/camera_out.jpg.wav > /dev/null 2>&1", "r");
pclose(file5);
cmdbuffer[0] = '\0';
gps_status = OFF;
FILE *gps_read = sopen("python3 /home/pi/CubeSatSim/gps_client.py"); // python sensor polling function

Loading…
Cancel
Save

Powered by TurnKey Linux.