Skip to content

Commit 9302061

Browse files
committed
update diagram.json for S3
1 parent 6bd32b8 commit 9302061

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

diagram.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": 1,
3-
"author": "Uri Shaked",
4-
"editor": "wokwi",
5-
"parts": [
6-
{
7-
"type": "board-esp32-s3-box-3",
8-
"id": "esp32",
9-
"top": -24.91,
10-
"left": -388.54,
11-
"attrs": { "psramSize": "16", "flashSize": "16" }
12-
}
13-
],
14-
"connections": [ [ "$serialMonitor:RX", "esp32:G14", "", [] ], [ "$serialMonitor:TX", "esp32:G11", "", [] ] ],
15-
"dependencies": {}
2+
"version": 1,
3+
"author": "Uri Shaked",
4+
"editor": "wokwi",
5+
"parts": [
6+
{
7+
"type": "board-esp32-s3-box-3",
8+
"id": "esp32",
9+
"top": -24.91,
10+
"left": -388.54,
11+
"attrs": { "psramSize": "16", "flashSize": "16" }
12+
}
13+
],
14+
"connections": [ [ "$serialMonitor:RX", "esp32:G43", "", [] ], [ "$serialMonitor:TX", "esp32:G44", "", [] ] ],
15+
"dependencies": {}
1616
}

wokwi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[wokwi]
22
version = 1
3-
elf = "build/uf2.bin"
4-
firmware = "build/uf2.bin"
3+
elf = "build/combined.bin"
4+
firmware = "build/combined.bin"
55

0 commit comments

Comments
 (0)