void setup() {
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
/
delay(10); // this speeds up the simulation
}
void setup() {
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
/
delay(10); // this speeds up the simulation
}