Update main.c

pull/15/head
alanbjohnston 6 years ago committed by GitHub
parent e568f2a925
commit e26535aca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -428,8 +428,6 @@ int get_tlm(void) {
sleep(10);
FILE* transmit;
if (rpitxStatus != mode) { // change rpitx mode
rpitxStatus = mode;
printf("Killing all\n");
transmit = popen("sudo killall -9 rpitx > /dev/null 2>&1", "r");
transmit = popen("sudo killall -9 sendiq > /dev/null 2>&1", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.