Update main.c move start/stop pacsatsim to transmit

master-b-p-s
Alan Johnston 2 weeks ago committed by GitHub
parent add244e541
commit d05f624998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -273,7 +273,7 @@ int main(int argc, char * argv[]) {
}
}
}
/*
if ( mode == PACSAT) {
FILE * pacsat_file = popen("sudo systemctl restart pacsatsim", "r");
pclose(pacsat_file);
@ -282,7 +282,7 @@ int main(int argc, char * argv[]) {
FILE * pacsat_file = popen("sudo systemctl stop pacsatsim", "r");
pclose(pacsat_file);
}
*/
// Open telemetry file with STEM Payload Data
telem_file = fopen("/home/pi/CubeSatSim/telem.txt", "a");
if (telem_file == NULL)

Loading…
Cancel
Save

Powered by TurnKey Linux.