pull/200/head
alanbjohnston 3 years ago committed by GitHub
parent f2cf355caa
commit 2dc8b8e199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1313,8 +1313,8 @@ 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(" ");
Serial.print(data, BIN); // Debugging print!!!
Serial.print(" ");
if (mode == FSK) {
phase = ((data != 0) * 2) - 1;
// Serial.printf("Sending a %d\n", phase);

Loading…
Cancel
Save

Powered by TurnKey Linux.