send twice first time for FSK too

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

@ -2193,7 +2193,8 @@ void get_tlm_fox() {
printf("socket send 2 %d ms bytes: %d \n\n", millis() - start, sock_ret);
}
if ((mode == BPSK) && (firstTime == 1)) // only do first time
// if ((mode == BPSK) && (firstTime == 1)) // only do first time
if (firstTime == 1) // only do first time
{
start = millis(); // send frame twice
sock_ret = send(sock, buffer, (unsigned int)(ctr * 2 + 2), 0);

Loading…
Cancel
Save

Powered by TurnKey Linux.