pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent c3a88e2c16
commit 15d568ba4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -766,7 +766,7 @@ void get_tlm_fox() {
data = val & 1 << (bit - 1);
// printf ("%d i: %d new frame %d data10[%d] = %x bit %d = %d \n",
// ctr/SAMPLES, i, frames, symbol, val, bit, (data > 0) );
Serial.print(data, BIN); // Debugging print!!!
// Serial.print(data, BIN); // Debugging print!!!
// Serial.print(" ");
if (mode == FSK) {
phase = ((data != 0) * 2) - 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.