12 times at start?

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

@ -2198,7 +2198,7 @@ void get_tlm_fox() {
// if ((mode == BPSK) && (firstTime == 1)) // only do first time
if (firstTime == 1) // only do first time
{
for (int times = 0; times < 7; times++) // FSK 4 worked, trying 6 for BPSK
for (int times = 0; times < 12; times++) // FSK 4 worked, trying 6 for BPSK
{
start = millis(); // send frame three times
sock_ret = send(sock, buffer, (unsigned int)(ctr * 2 + 2), 0);

Loading…
Cancel
Save

Powered by TurnKey Linux.