From bba95549820b9b9338753cf68092c492b3088f7d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Dec 2022 08:53:58 -0500 Subject: [PATCH] don't print about end flag --- 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 811ee48a..6416c54b 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -392,7 +392,7 @@ int led_pin = LED_BUILTIN; // if (end_flag_detected) { flag_count++; #ifdef GET_DEBUG - Serial.println("Found part of end flag!"); +// Serial.println("Found part of end flag!"); #endif if (flag_count >= strlen(end_flag)) { // complete image /// buffer2[index1++] = octet;