Update main.c

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent fcc1707766
commit 81fa10a72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -217,14 +217,11 @@ int main(int argc, char * argv[]) {
} else {
printf("Mode is FSK\n");
}
}
}
if (mode != CW) {
FILE * rpitx_restart = popen("sudo systemctl restart rpitx", "r");
pclose(rpitx_restart);
}
// Open configuration file with callsign and reset count
FILE * config_file = fopen("/home/pi/CubeSatSim/sim.cfg", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.