Skip to content

Commit

Permalink
test(psram): fix esp32p4 diagram
Browse files Browse the repository at this point in the history
use the new `board-esp32-p4-function-ev` instead of `board-esp32-p4-preview` to enable octal psram by default
  • Loading branch information
urish committed Sep 19, 2024
1 parent 2a01f1a commit aa7efa2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions test/diagram.esp32p4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
"author": "Uri Shaked",
"editor": "wokwi",
"parts": [
{ "type": "board-esp32-p4-preview", "id": "esp", "top": -17.23, "left": -16.04, "attrs": {} }
{
"type": "board-esp32-p4-function-ev",
"id": "esp",
"top": -17.23,
"left": -16.04,
"attrs": { "psramSize": "4" }
}
],
"connections": [
["esp:TX", "$serialMonitor:RX", "", []],
["esp:RX", "$serialMonitor:TX", "", []]
["esp:37", "$serialMonitor:RX", "", []],
["esp:38", "$serialMonitor:TX", "", []]
],
"serialMonitor": { "display": "terminal" },
"dependencies": {}
Expand Down

0 comments on commit aa7efa2

Please sign in to comment.