Skip to content

Commit e5bd53e

Browse files
committed
boards: adafruit: esp32s3_feather_tft fix size of Flash and PSRAM
fix size of Flash and PSRAM Signed-off-by: Philipp Steiner <[email protected]>
1 parent 2daaae5 commit e5bd53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/adafruit/feather_esp32s3_tft/Kconfig.adafruit_feather_esp32s3_tft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
config BOARD_ADAFRUIT_FEATHER_ESP32S3_TFT
6-
select SOC_ESP32S3_WROOM_N8
6+
select SOC_ESP32S3_WROOM_N4R2
77
select SOC_ESP32S3_PROCPU if BOARD_ADAFRUIT_FEATHER_ESP32S3_TFT_ESP32S3_PROCPU
88
select SOC_ESP32S3_APPCPU if BOARD_ADAFRUIT_FEATHER_ESP32S3_TFT_ESP32S3_APPCPU

0 commit comments

Comments
 (0)