added sleep for BPSK looping at end to prevent cutoff in demo.sh script

pull/33/merge
alanbjohnston 6 years ago committed by GitHub
parent 9c153b9cb9
commit 8530f7ae56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -542,6 +542,12 @@ while (loop-- != 0)
// if(vB4)
digitalWrite (onLed, onLedOff);
if (mode == BPSK)
{
printf("Sleeping to allow BPSK transmission to finish.\n");
sleep(loop * 5);
}
return 0;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.