Skip to content

Commit 0dc6e0f

Browse files
authored
Merge pull request #9824 from aguaviva/main
adding psram support for ttgo_t8_v1_7
2 parents bdd9400 + 2159058 commit 0dc6e0f

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)