/ diagram.json
diagram.json
1 // [[file:CONTRIBUTING.org::*\[\[https:/docs.wokwi.com/diagram-format\]\[Wiring Diagram\]\]][[[https://docs.wokwi.com/diagram-format][Wiring Diagram]]:1]] 2 { 3 "connections": [ 4 [ 5 "esp:TX", 6 "$serialMonitor:RX", 7 "", 8 [] 9 ], 10 [ 11 "esp:RX", 12 "$serialMonitor:TX", 13 "", 14 [] 15 ] 16 ], 17 "editor": "wokwi", 18 "parts": [ 19 { 20 "attrs": { 21 "flashSize": "16" 22 }, 23 "id": "esp", 24 "left": 0.67, 25 "top": 0.59, 26 "type": "board-esp32-s3-devkitc-1" 27 } 28 ], 29 "serialMonitor": { 30 "convertEol": true, 31 "display": "terminal" 32 }, 33 "version": 1 34 } 35 // [[https://docs.wokwi.com/diagram-format][Wiring Diagram]]:1 ends here