reducing sleep by 2 in AFSK

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

@ -437,7 +437,8 @@ int get_tlm(void) {
transmit = popen("sudo fuser -k 8080/tcp > /dev/null 2>&1", "r");
socket_open = 0;
sleep(3);
// sleep(3);
sleep(1);
for (int j = 0; j < frameCnt; j++)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.