added extra Transmit LED On for BPSK

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

@ -596,9 +596,11 @@ while (loop-- != 0)
if (mode == BPSK)
{
digitalWrite (txLed, txLedOn);
printf("Sleeping to allow BPSK transmission to finish.\n");
sleep(loop_count * 5);
printf("Done sleeping\n");
digitalWrite (txLed, txLedOff);
}
else if (mode == FSK)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.