Skip to content

Commit f997403

Browse files
committed
fix(esp32-c3-devkitm-1): ESP32-C3 board pins not connecting to the breadboard
wokwi/wokwi-features#1047
1 parent e341235 commit f997403

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

boards/esp32-c3-devkitm-1/board.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@
4646
"5V.1": { "x": 1, "y": 35.64, "target": "power(5)" },
4747
"5V.2": { "x": 1, "y": 38.18, "target": "power(5)" },
4848
"GND.5": { "x": 1, "y": 40.72, "target": "GND" },
49-
"GND.6": { "x": 24.5, "y": 40.72, "target": "GND" },
50-
"19": { "x": 24.5, "y": 38.18, "target": "GPIO19" },
51-
"18": { "x": 24.5, "y": 35.64, "target": "GPIO18" },
52-
"GND.7": { "x": 24.5, "y": 33.1, "target": "GND" },
53-
"4": { "x": 24.5, "y": 30.56, "target": "GPIO4" },
54-
"5": { "x": 24.5, "y": 28.02, "target": "GPIO5" },
55-
"6": { "x": 24.5, "y": 25.48, "target": "GPIO6" },
56-
"7": { "x": 24.5, "y": 22.94, "target": "GPIO7" },
57-
"GND.8": { "x": 24.5, "y": 20.4, "target": "GND" },
58-
"8": { "x": 24.5, "y": 17.86, "target": "GPIO8" },
59-
"9": { "x": 24.5, "y": 15.32, "target": "GPIO9" },
60-
"GND.9": { "x": 24.5, "y": 12.78, "target": "GND" },
61-
"RX": { "x": 24.5, "y": 10.24, "target": "GPIO20" },
62-
"TX": { "x": 24.5, "y": 7.7, "target": "GPIO21" },
63-
"GND.10": { "x": 24.5, "y": 5.16, "target": "GND" }
49+
"GND.6": { "x": 24.2, "y": 40.72, "target": "GND" },
50+
"19": { "x": 24.2, "y": 38.18, "target": "GPIO19" },
51+
"18": { "x": 24.2, "y": 35.64, "target": "GPIO18" },
52+
"GND.7": { "x": 24.2, "y": 33.1, "target": "GND" },
53+
"4": { "x": 24.2, "y": 30.56, "target": "GPIO4" },
54+
"5": { "x": 24.2, "y": 28.02, "target": "GPIO5" },
55+
"6": { "x": 24.2, "y": 25.48, "target": "GPIO6" },
56+
"7": { "x": 24.2, "y": 22.94, "target": "GPIO7" },
57+
"GND.8": { "x": 24.2, "y": 20.4, "target": "GND" },
58+
"8": { "x": 24.2, "y": 17.86, "target": "GPIO8" },
59+
"9": { "x": 24.2, "y": 15.32, "target": "GPIO9" },
60+
"GND.9": { "x": 24.2, "y": 12.78, "target": "GND" },
61+
"RX": { "x": 24.2, "y": 10.24, "target": "GPIO20" },
62+
"TX": { "x": 24.2, "y": 7.7, "target": "GPIO21" },
63+
"GND.10": { "x": 24.2, "y": 5.16, "target": "GND" }
6464
},
6565

6666
/* On-board LED definitions. These only draw the light of the LED when it's on.

0 commit comments

Comments
 (0)