added sleep 5 before socket write

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent c72e09af70
commit d246646e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -792,6 +792,8 @@ int get_tlm_fox() {
}
}
// write_wav("transmit.wav", BUF_LEN, buffer, S_RATE);
sleep(5);
int error = 0;
int count;

Loading…
Cancel
Save

Powered by TurnKey Linux.