fill buffer every 32 samples

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

@ -2221,8 +2221,8 @@ 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 {
int max; int max;
if (mode == FSK) if (mode == FSK)
max = 5; // was 6 max = 5; // was 6

Loading…
Cancel
Save

Powered by TurnKey Linux.