Add a short delay after establishing the serial connection:
void setup() {
Serial.begin(115200);
while (!Serial);
delay(500); // this will ensure displaying your content on the serial monitor
Serial.println("Setup");
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…