back to sleep(2.3) for BPSK and FSK

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

@ -1095,10 +1095,10 @@ void get_tlm_fox() {
while ((millis() - sampleTime) < (unsigned int)samplePeriod)
sleep((unsigned int)sleepTime);
*/
if (mode == FSK)
// if (mode == FSK)
sleep(2.3); // No sleep at all!
else
sleep(1.3);
// else
// sleep(1.3);
digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.