Only sleep(2.3) for FSK

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.