sleep 1.3 for BPSK

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

@ -1098,7 +1098,7 @@ void get_tlm_fox() {
if (mode == FSK) if (mode == FSK)
sleep(2.3); // No sleep at all! sleep(2.3); // No sleep at all!
else else
sleep(4.3); sleep(1.3);
digitalWrite(txLed, txLedOff); digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.