void setup() {
Serial.begin(115200); // Start serial communication
}
void loop() {
Serial.println("Hello ESP32 - Wokwi Serial Test");
delay(1000); // 1 second delay
}
void setup() {
Serial.begin(115200); // Start serial communication
}
void loop() {
Serial.println("Hello ESP32 - Wokwi Serial Test");
delay(1000); // 1 second delay
}