Skip to content

Commit

Permalink
Merge pull request #9824 from aguaviva/main
Browse files Browse the repository at this point in the history
adding psram support for ttgo_t8_v1_7
  • Loading branch information
tannewt authored Nov 26, 2024
2 parents bdd9400 + 2159058 commit 0dc6e0f
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 0dc6e0f

Please sign in to comment.