#include "FreeRTOS.h"
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
pinMode(18, OUTPUT),
pinMode(19, OUTPUT),
}
void loop() {
delay(10); // this speeds up the simulation
}