Skip to content

Commit

Permalink
adding psram support for ttgo_t8_v1_7
Browse files Browse the repository at this point in the history
  • Loading branch information
aguaviva committed Nov 23, 2024
1 parent 254f8ef commit 2159058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ports/espressif/boards/ttgo_t8_v1_7/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 80m
CIRCUITPY_ESP_FLASH_SIZE = 4MB

CIRCUITPY_ESP_PSRAM_SIZE = 4MB
CIRCUITPY_ESP_PSRAM_MODE = qio
CIRCUITPY_ESP_PSRAM_FREQ = 80m

CIRCUITPY_ESPCAMERA = 0

0 comments on commit 2159058

Please sign in to comment.