sleep for 25 sec

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

@ -780,8 +780,8 @@ int main(int argc, char * argv[]) {
if ((mode == AFSK) || (mode == CW)) {
get_tlm();
sleep(5);
fprintf(stderr, "INFO: Sleeping for 5 sec\n");
sleep(25);
fprintf(stderr, "INFO: Sleeping for 25 sec\n");
} else if ((mode == FSK) || (mode == BPSK)) {// FSK or BPSK
get_tlm_fox();
} else { // SSTV

Loading…
Cancel
Save

Powered by TurnKey Linux.