added sleep(1) after rpitx

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 04e2813782
commit ecea1398ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -854,6 +854,7 @@ int get_tlm_fox() {
} }
// fgets(cmdbuffer, 1000, transmit); // fgets(cmdbuffer, 1000, transmit);
pclose(transmit); pclose(transmit);
sleep(1);
// printf("Results of transmit command: %s\n", cmdbuffer); // printf("Results of transmit command: %s\n", cmdbuffer);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.