5 times plus sleep 2.3 for FSK

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

@ -1414,8 +1414,10 @@ void get_tlm_fox() {
*/ */
if ((millis() - sampleTime) < 500) // if ((millis() - sampleTime) < 500) //
sleep(4.0); if (mode == BPSK)
sleep(4.0);
else // FSK
sleep(2.3);
/* /*
// most recent sleep code // most recent sleep code
@ -2220,7 +2222,7 @@ void get_tlm_fox() {
{ {
int max; int max;
if (mode == FSK) if (mode == FSK)
max = 6; max = 5; // was 6
else else
max = 4; max = 4;

Loading…
Cancel
Save

Powered by TurnKey Linux.