pull/108/head
alanbjohnston 5 years ago committed by GitHub
parent ae2eaa5fc3
commit 41d2c44e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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++ % 180) == 0) && (mode = FSK)) || (((loop_count++ % 80) == 0) && (mode = BPSK))) // do first time and was every 180 samples
if ((firstTime == 1) || (((loop_count++ % 180) == 0) && (mode == FSK)) || (((loop_count++ % 80) == 0) && (mode == BPSK))) // do first time and was every 180 samples
{
int max;
if (mode == FSK)

Loading…
Cancel
Save

Powered by TurnKey Linux.