void setup() { Serial.begin(115200); Serial.println("Hello, ESP32-S2!"); } void loop() { delay(10); }