|
|
|
@ -2198,7 +2198,7 @@ void get_tlm_fox() {
|
|
|
|
// 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
|
|
|
|
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
|
|
|
|
start = millis(); // send frame three times
|
|
|
|
sock_ret = send(sock, buffer, (unsigned int)(ctr * 2 + 2), 0);
|
|
|
|
sock_ret = send(sock, buffer, (unsigned int)(ctr * 2 + 2), 0);
|
|
|
|
|