Just got this up and running. Great board.
As it’s a Leonardo based board, shouldn’t all the demo sketches that have
Serial.begin(9600);
be altered to be
Serial.begin(9600);
while (!Serial) {
}
This fixed missing the startup messages for me.
Just got this up and running. Great board.
As it’s a Leonardo based board, shouldn’t all the demo sketches that have
Serial.begin(9600);
be altered to be
Serial.begin(9600);
while (!Serial) {
}
This fixed missing the startup messages for me.
,Thanks for your friendly reminder,we will fix this bug.