changed to sleep 30

pull/80/head
alanbjohnston 5 years ago committed by GitHub
parent b818967809
commit ef06a4974e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1003,7 +1003,7 @@ void get_tlm(void) {
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING
printf("Tx LED Off\n"); printf("Tx LED Off\n");
#endif #endif
sleep(60); sleep(30);
digitalWrite(txLed, txLedOn); digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING
printf("Tx LED On\n"); printf("Tx LED On\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.