Skip to content

Commit 9e78df9

Browse files
committed
fix(esp32-s3-box): specify flash / PSRAM size
1 parent 8075db0 commit 9e78df9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/esp32-s3-box/board.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "AI voice-development kit, which provides a platform for developing the control of smart devices with offline and online voice assistants.",
55
"author": "Ariella Eliassaf",
66
"mcu": "esp32-s3",
7+
"mcuAttrs": {
8+
"flashSize": "16",
9+
"psramSize": "8",
10+
"psramType": "octal"
11+
},
712
"fqbn": "esp32:esp32:esp32s3box",
813

914
"width": 96.54,

0 commit comments

Comments
 (0)