always sleep 2.3 for FSK

pull/106/head
alanbjohnston 5 years ago committed by GitHub
parent 1c9194e5ec
commit 0311e0b253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1416,8 +1416,9 @@ void get_tlm_fox() {
if ((millis() - sampleTime) < 500) //
if (mode == BPSK)
sleep(4.0);
else // FSK
sleep(2.3);
// else // FSK
if (mode == FSK)
sleep(2.3);
/*
// most recent sleep code

Loading…
Cancel
Save

Powered by TurnKey Linux.