Skip to content

Commit

Permalink
board esp32p4 changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Nov 4, 2024
1 parent 3241ffa commit b5df635
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions .github/workflows/wokwi/diagram-esp32p4.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-p4-preview", "id": "esp", "top": -17.23, "left": -16.04, "attrs": {} }
],
"connections": [
["esp:TX", "$serialMonitor:RX", "", []],
["esp:RX", "$serialMonitor:TX", "", []]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}
"version": 1,
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-p4-function-ev", "id": "esp", "top": 0, "left": 0,
"attrs": {
"flashSize": "16",
"psramSize": "32"
}
}
],
"connections": [
["esp:37", "$serialMonitor:RX", "", []],
["esp:38", "$serialMonitor:TX", "", []]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
}

0 comments on commit b5df635

Please sign in to comment.