Update main.c start rpitx

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent 6507729e2a
commit 345dfd6c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -124,7 +124,8 @@ int main(int argc, char * argv[]) {
}
// FILE * rpitx_stop = popen("sudo systemctl stop rpitx", "r");
FILE * rpitx_stop = popen("sudo systemctl restart rpitx", "r");
// FILE * rpitx_stop = popen("sudo systemctl restart rpitx", "r");
FILE * rpitx_stop = popen("sudo systemctl start rpitx", "r");
pclose(rpitx_stop);
// FILE * cc_start = popen("/home/pi/CubeSatSim/command &", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.