added sleep in case CW ID is sent

pull/98/head
alanbjohnston 5 years ago committed by GitHub
parent efaa0b5456
commit 89f7274dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -296,6 +296,7 @@ int main(int argc, char * argv[]) {
// cycle = OFF;
printf("Mode AFSK with AX5043\n");
transmit = TRUE;
sleep(10); // just in case CW ID is sent
} else
printf("AX5043 not present!\n");
pclose(file2);

Loading…
Cancel
Save

Powered by TurnKey Linux.