Skip to content

Commit 576003e

Browse files
authored
Merge pull request #4873 from netroy/fix-4810
Update the sdkconfig for LILYGO TTGO T8 ESP32-S2
2 parents 26a75f7 + 3e463ed commit 576003e

File tree

1 file changed

+1
-3
lines changed
  • ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789

1 file changed

+1
-3
lines changed

ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/sdkconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ CONFIG_DEFAULT_PSRAM_CLK_IO=30
1313
CONFIG_DEFAULT_PSRAM_CS_IO=26
1414
# end of PSRAM clock and cs IO for ESP32S2
1515

16-
CONFIG_SPIRAM_SPIWP_SD3_PIN=28
1716
CONFIG_SPIRAM_SPEED_40M=y
1817
CONFIG_SPIRAM=y
1918
CONFIG_SPIRAM_BOOT_INIT=y
2019
CONFIG_SPIRAM_USE_MALLOC=y
20+
CONFIG_SPIRAM_USE_MEMMAP=y
2121
CONFIG_SPIRAM_MEMTEST=y
22-
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=16384
23-
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768
2422
# end of SPI RAM config
2523

2624
#

0 commit comments

Comments
 (0)