always kill processes after frameCnt

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

@ -882,7 +882,8 @@ int get_tlm_fox() {
char cmdbuffer[1000];
FILE* transmit;
if (rpitxStatus != mode) { // change rpitx mode
// if (rpitxStatus != mode)
{ // change rpitx mode
rpitxStatus = mode;
printf("Changing rpitx mode!\n");
// transmit = popen("ps -ef | grep rpitx | grep -v grep | awk '{print $2}' | sudo xargs kill -9 > /dev/null 2>&1", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.