", "id": "res2", "top": 350, "left": 50, "attrs": { "value": "220" } },
{ "type": "resistor", "id": "res3", "top": 350, "left": 100, "attrs": { "value": "220" } },
{ "type": "resistor", "id": "res4", "top": 350, "left": 150, "attrs": { "value": "220" } }
],
"connections": [
[ "esp:TX0", "#esp:TX0", "" ],
[ "esp:RX0", "#esp:RX0", "" ],
[ "dht1:VCC", "esp:3V3", "red" ],
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println("Hello, ESP32!");
}
void loop() {
// put your main code here, to run repeatedly:
delay(10); // this speeds up the simulation
}