Skip to content

Commit

Permalink
fix(aitewinrobot-esp32c3-supermini): x coordinate of 3V3 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 9, 2024
1 parent bad38c4 commit 12cd43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/aitewinrobot-esp32c3-supermini/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pins": {
"5V": { "x": 16.702, "y": 3.238, "target": "power(5)" },
"GND": { "x": 16.702, "y": 5.778, "target": "GND" },
"3V3": { "x": 16.525199, "y": 8.318, "target": "power(3.3)" },
"3V3": { "x": 16.702, "y": 8.318, "target": "power(3.3)" },
"4": { "x": 16.702, "y": 10.858, "target": "GPIO4" },
"3": { "x": 16.702, "y": 13.398, "target": "GPIO3" },
"2": { "x": 16.702, "y": 15.938, "target": "GPIO2" },
Expand Down

0 comments on commit 12cd43b

Please sign in to comment.