added 4 second delay in AFSK mode to wait for CW ID to complete

pull/52/head
alanbjohnston 6 years ago committed by GitHub
parent e2dc16b8d8
commit e47d897993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -530,6 +530,9 @@ else
//uint8_t data[1024];
tx_freq_hz -= tx_channel * 50000;
if (mode == AFSK)
sleep(4); // delay awaiting CW ID completion
/*
if (transmit == FALSE)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.