From 4f7e20d436a589fd87bf1204a057e244c4c6f806 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 10 Sep 2022 08:18:04 -0400 Subject: [PATCH] print phase --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 2513e01b..a8be7dbd 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -1313,7 +1313,7 @@ void get_tlm_fox() { // Serial.print(" "); /// if (mode == FSK) { /// phase = ((data != 0) * 2) - 1; - // printf("Sending a %d\n", phase); + printf("Sending a %d\n", phase); /// } else { if (data == 0) { phase *= -1;