serial port comment

This commit is contained in:
admin 2025-03-19 20:58:49 -07:00
parent 04c4d3b9d9
commit 58f311d738

View File

@ -91,6 +91,7 @@ void checkLEDCChannels()
#define Button1Pin 8
void setup()
{
// Serial Port
Serial.begin(115200);
while (!Serial)
;