From dd46116e20c587f01f487d6b7693be5701107ce6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 7 Jul 2022 07:58:44 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 2c65e8e4..9302c959 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -2240,7 +2240,7 @@ void pwm_interrupt_handler() { // Serial.println(wav_position); if (wav_position++ > BUFFER_SIZE) { // 300) { wav_position = wav_position - BUFFER_SIZE; - Serial.print("R"); +// Serial.print("R"); } } @@ -2294,7 +2294,7 @@ void loop1() { if (wav_position++ > BUFFER_SIZE) { // 300) { wav_position = wav_position - BUFFER_SIZE; -// Serial.print("R"); + Serial.print("R"); } } delay(5); //2 1);