From 53f0b1141d745567f92d1eee8cc738fcee0b7f88 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Dec 2022 13:43:25 -0500 Subject: [PATCH] not repeating --- cubesatsim/play_pwm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/play_pwm.cpp b/cubesatsim/play_pwm.cpp index a08778a2..61d89f25 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -385,7 +385,7 @@ int led_pin = LED_BUILTIN; Serial.println("Start flag detected"); if (start_flag_complete) { - Serial.println("Start flag complete detected"); + // Serial.println("Start flag complete detected"); // buffer2[index1++] = octet; i.write(&octet, 1); index1++;