mirror of
https://github.com/scottbez1/smartknob.git
synced 2025-09-26 23:09:27 +08:00
24 lines
313 B
JSON
24 lines
313 B
JSON
{
|
|
"version": 1,
|
|
"author": "Anonymous maker",
|
|
"editor": "wokwi",
|
|
"parts": [
|
|
{
|
|
"id": "esp",
|
|
"type": "board-esp32-devkit-c-v4"
|
|
}
|
|
],
|
|
"connections": [
|
|
[
|
|
"esp:TX",
|
|
"$serialMonitor:RX",
|
|
""
|
|
],
|
|
[
|
|
"esp:RX",
|
|
"$serialMonitor:TX",
|
|
""
|
|
]
|
|
]
|
|
}
|