Update main.c print length ctr

fc-a
Alan Johnston 11 months ago committed by GitHub
parent 3684cd08cb
commit 24ffeac63e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2482,6 +2482,7 @@ void get_tlm_fc() {
/* write waveform buffer over socket */ /* write waveform buffer over socket */
int length = (((headerLen + syncBits + dataLen) * samples) * 2) + 2; // ctr * 2 + 2 like bpsk due to 2 bytes per sample. int length = (((headerLen + syncBits + dataLen) * samples) * 2) + 2; // ctr * 2 + 2 like bpsk due to 2 bytes per sample.
printf("length: %d ctr: %d\n", length, ctr);
if (!error && transmit) { if (!error && transmit) {
// digitalWrite (0, LOW); // digitalWrite (0, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.