128 loop reset

pull/108/head
alanbjohnston 5 years ago committed by GitHub
parent 21cd65031c
commit 97f8e373ff
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 ((mode == BPSK) && (firstTime == 1)) // only do first time
// if (firstTime == 1) // only do first time // if (firstTime == 1) // only do first time
if ((firstTime == 1) || ((loop_count++ % 32) == 0)) // do first time and every 32 samples if ((firstTime == 1) || ((loop_count++ % 128) == 0)) // do first time and every 32 samples
{ {
int max; int max;
if (mode == FSK) if (mode == FSK)

Loading…
Cancel
Save

Powered by TurnKey Linux.