Skip to content

Commit 6030d87

Browse files
committed
Change to octal ram
1 parent 8f1ebdb commit 6030d87

File tree

1 file changed

+2
-2
lines changed
  • ports/espressif/boards/adafruit_metro_esp32s3

1 file changed

+2
-2
lines changed

ports/espressif/boards/adafruit_metro_esp32s3/sdkconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ CONFIG_ESP32S3_SPIRAM_SUPPORT=y
88
#
99
# SPI RAM config
1010
#
11-
CONFIG_SPIRAM_MODE_QUAD=y
12-
# CONFIG_SPIRAM_MODE_OCT is not set
11+
# CONFIG_SPIRAM_MODE_QUAD is not set
12+
CONFIG_SPIRAM_MODE_OCT=y
1313
CONFIG_SPIRAM_TYPE_AUTO=y
1414
# CONFIG_SPIRAM_TYPE_ESPPSRAM16 is not set
1515
# CONFIG_SPIRAM_TYPE_ESPPSRAM32 is not set

0 commit comments

Comments
 (0)