@ -2222,7 +2222,7 @@ void get_tlm_fox() {
*/
// if ((mode == BPSK) && (firstTime == 1)) // only do first time
// if (firstTime == 1) // only do first time
if ((firstTime == 1) || ((loop_count++ % 128) == 0)) // do first time and every 32 samples
if ((firstTime == 1) || ((loop_count++ % 360) == 0)) // do first time and was every 128 samples
{
int max;
if (mode == FSK)
Powered by TurnKey Linux.