found out what that mysterious comment was supposed to say

master
BodgeMaster 2021-05-04 06:47:01 +02:00
parent 744d30ef76
commit a9d3f5273c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void setup() { //initial setup and reset
pins[i]=LOW;
} // setup serial connection
Serial.begin(115200);
delay(100); //Printing the welcome message immediately ... may cause issues.
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");
}