maybe, this issue didn't exist after all

master
BodgeMaster 2021-05-04 08:01:21 +02:00
parent a9d3f5273c
commit f896e72ef6
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ void setup() { //initial setup and reset
pins[i]=LOW;
} // setup serial connection
Serial.begin(115200);
delay(100); //Printing the welcome message immediately may cause the serial communication to not function properly.
Serial.print(color_null+"-=[ Arduino Serial Manual Pin Control ]=-\n\r");
}