From 9abde0b0a4f128f39cf74113573586910241a1d3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Dec 2022 10:24:47 -0500 Subject: [PATCH] don't print octet --- 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 c32c854c..b4ee836a 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -387,7 +387,7 @@ int led_pin = LED_BUILTIN; // buffer2[index1++] = octet; i.write(&octet, 1); index1++; - Serial.write(octet); // print octet from Serial2 +/// Serial.write(octet); // print octet from Serial2 if (octet == end_flag[flag_count]) { // looking for end flag // if (end_flag_detected) {