trying continuous, 3 second delay

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent e500a6d8c8
commit 1404b92960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -259,10 +259,10 @@ int main(int argc, char *argv[]) {
AX25_POSTAMBLE_LEN);
/* Infinite loop */
//for (;;)
for (;;)
{
sleep(1); // Delay 1 second
sleep(3); // Delay 1 second
#ifdef DEBUG_LOGGING
fprintf(stderr,"INFO: Getting TLM Data\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.