Skip to content

Commit

Permalink
use lolin_s3_mini for esp32-S3 4MB buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 authored Apr 27, 2024
1 parent 3eba0f4 commit 1048bf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@ monitor_filters = esp32_exception_decoder

[env:esp32s3_4M_qspi]
;; ESP32-S3, with 4MB FLASH and <= 4MB PSRAM (memory_type: qio_qspi)
board = esp32-s3-devkitc-1 ;; generic dev board; the next line adds PSRAM support
board_build.arduino.memory_type = qio_qspi ;; use with PSRAM: 2MB or 4MB
board = lolin_s3_mini ;; -S3 mini, 4MB flash 2MB PSRAM
platform = ${esp32s3.platform}
platform_packages = ${esp32s3.platform_packages}
upload_speed = 921600
Expand Down

0 comments on commit 1048bf9

Please sign in to comment.