Skip to content

Commit

Permalink
Merge pull request #3569 from raymondhardy/ESP32-S3-WROOM-1-N16R8
Browse files Browse the repository at this point in the history
new buildenv for esp32s3dev_16MB_PSRAM_opi dev board (LilyGo T7-S3)
  • Loading branch information
softhack007 authored Jan 3, 2024
2 parents 3baff4e + 84802d9 commit 51b3d7c
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 = nodemcuv2, esp8266_2m, esp01_1m_full, esp32dev, esp32_eth, esp32d
; default_envs = esp32s2_saola
; default_envs = esp32c3dev
; default_envs = lolin_s2_mini
; default_envs = esp32s3dev_16MB_PSRAM_opi

src_dir = ./wled00
data_dir = ./wled00/data
Expand Down Expand Up @@ -524,6 +525,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 51b3d7c

Please sign in to comment.