Skip to content

Commit

Permalink
Fix PSRAM on espressif ESP32S3 box and box lite
Browse files Browse the repository at this point in the history
  • Loading branch information
Neradoc committed Jun 28, 2023
1 parent 7e6825d commit f1d9ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/espressif/boards/espressif_esp32s3_box/sdkconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
Expand Down

0 comments on commit f1d9ee0

Please sign in to comment.