From 2dc8b8e19915f45cc1ee1758455f67e9a4d7d3f2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 19:24:15 -0400 Subject: [PATCH] print --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 3af0971e..4543ba3c 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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);