From 4b6c08cb0b15a669eaf9cbd822a3ce25533e3dff Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 17 Sep 2022 19:39:59 -0400 Subject: [PATCH] remove prints --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1f238379..d5384255 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -1352,8 +1352,8 @@ void write_wave(int i, byte *buffer) { buffer[ctr++] = (byte)(phase == 1); // Serial.printf("buffer is %d \n", buffer[ctr - 1]); - Serial.print(ctr); - Serial.print(" "); +// Serial.print(ctr); +// Serial.print(" "); if (ctr > bufLen) { ctr = ctr - bufLen;