added sleep 25 for AFSK and CW mode

aprs-sr-frs
alanbjohnston 3 years ago committed by GitHub
parent ed9a13e57e
commit 3c122ddb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -779,7 +779,8 @@ int main(int argc, char * argv[]) {
#endif
if ((mode == AFSK) || (mode == CW)) {
get_tlm();
sleep(25);
get_tlm();
} else if ((mode == FSK) || (mode == BPSK)) {// FSK or BPSK
get_tlm_fox();
} else { // SSTV

Loading…
Cancel
Save

Powered by TurnKey Linux.