Skip to content

Commit

Permalink
fix(esp32-s3-box-3): specify flash / PSRAM size
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Sep 18, 2024
1 parent 9e78df9 commit 5994869
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/esp32-s3-box-3/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description":"Next-generation development tool designed for AIoT, Edge AI, and IIoT applications.",
"author": "Ariella Eliassaf",
"mcu": "esp32-s3",
"mcuAttrs": {
"flashSize": "16",
"psramSize": "16",
"psramType": "octal"
},
"fqbn": "esp32:esp32:esp32s3box",

"width": 96.54,
Expand Down

0 comments on commit 5994869

Please sign in to comment.