void setup() { } void loop() { Serial.begin(115200); Serial.println("Hello world,ESP32!"); delay(1000); }