From 58f311d7380a85729bd8a6b17fb5cfe78bfefc91 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 19 Mar 2025 20:58:49 -0700 Subject: [PATCH] serial port comment --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 2bdcad7..b476706 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,6 +91,7 @@ void checkLEDCChannels() #define Button1Pin 8 void setup() { + // Serial Port Serial.begin(115200); while (!Serial) ;