From b5df6357c49f2ff1f1314056d5e1c4b276aaadd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Mon, 4 Nov 2024 11:05:37 -0300 Subject: [PATCH] board esp32p4 changed --- .github/workflows/wokwi/diagram-esp32p4.json | 31 ++++++++++++-------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/.github/workflows/wokwi/diagram-esp32p4.json b/.github/workflows/wokwi/diagram-esp32p4.json index ca37fe5..fd73f28 100644 --- a/.github/workflows/wokwi/diagram-esp32p4.json +++ b/.github/workflows/wokwi/diagram-esp32p4.json @@ -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": {} -} \ No newline at end of file + "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": {} +}