Update main.c changed to sleep(30) for SSTV and Transmit Command

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent f323bc16d5
commit be3eb191aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -867,7 +867,7 @@ int main(int argc, char * argv[]) {
get_tlm_fox();
} else { // SSTV
// fprintf(stderr, "Sleeping\n");
sleep(50);
sleep(30);
}
#ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.