sleep 4.3 for BPSK

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.