Skip to content

Commit 2159058

Browse files
committed
adding psram support for ttgo_t8_v1_7
1 parent 254f8ef commit 2159058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/espressif/boards/ttgo_t8_v1_7/mpconfigboard.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ CIRCUITPY_ESP_FLASH_MODE = qio
77
CIRCUITPY_ESP_FLASH_FREQ = 80m
88
CIRCUITPY_ESP_FLASH_SIZE = 4MB
99

10+
CIRCUITPY_ESP_PSRAM_SIZE = 4MB
11+
CIRCUITPY_ESP_PSRAM_MODE = qio
12+
CIRCUITPY_ESP_PSRAM_FREQ = 80m
13+
1014
CIRCUITPY_ESPCAMERA = 0

0 commit comments

Comments
 (0)