SSTV sleep 50

pull/107/head
alanbjohnston 5 years ago committed by GitHub
parent c93c5b3061
commit 054bccfdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.