Skip to content

Commit

Permalink
Merge pull request Aircoookie#3569 from raymondhardy/ESP32-S3-WROOM-1…
Browse files Browse the repository at this point in the history
…-N16R8

new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3)
  • Loading branch information
softhack007 committed Jan 8, 2024
1 parent 4d5475e commit d2c2e20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
; default_envs = esp32s2_saola
; default_envs = esp32c3dev
; default_envs = lolin_s2_mini
; default_envs = esp32s3dev_16MB_PSRAM_opi

; MoonModules entries
; ===================
Expand Down Expand Up @@ -635,6 +636,11 @@ board_build.f_flash = 80000000L
board_build.flash_mode = qio
monitor_filters = esp32_exception_decoder

[env:esp32s3dev_16MB_PSRAM_opi]
extends = env:esp32s3dev_8MB_PSRAM_opi
board_build.partitions = tools/WLED_ESP32_16MB.csv
board_upload.flash_size = 16MB

[env:esp32s3dev_8MB_PSRAM_qspi]
;; ESP32-TinyS3 development board, with 8MB FLASH and PSRAM (memory_type: qio_qspi)
extends = env:esp32s3dev_8MB_PSRAM_opi
Expand Down

0 comments on commit d2c2e20

Please sign in to comment.