void setup() { Serial.begin(115200); Serial.println("ESP32-S3 is working!"); } void loop() { delay(1000); Serial.println("Still running..."); }