Skip to content

Commit

Permalink
fix(esp32-devkit-c-v4): VP/VN pins swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 5, 2024
1 parent 34ec67e commit 20a99aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/esp32-devkit-c-v4/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"VP": {
"x": 1.22,
"y": 12.7,
"target": "GPIO39"
"target": "GPIO36"
},
"VN": {
"x": 1.22,
"y": 15.24,
"target": "GPIO36"
"target": "GPIO39"
},
"34": {
"x": 1.22,
Expand Down

0 comments on commit 20a99aa

Please sign in to comment.