turn off CW id if mode cycling

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

@ -395,7 +395,7 @@ if (vB4)
// Send ID in CW (Morse Code)
if (!ax5043)
if (!ax5043 && !cycle) // Don't send CW if using AX5043 or in mode cycling
{
char cw_str[200];
char cw_header[] = "echo 'de ";

Loading…
Cancel
Save

Powered by TurnKey Linux.