Skip to content

Commit 7d364bc

Browse files
authored
Update platformio.ini - matrixportal flash size
use correct partitions file for 8MB
1 parent 6f6ba30 commit 7d364bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platformio.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,11 +2476,16 @@ lib_ignore =
24762476

24772477

24782478
[env:adafruit_matrixportal_esp32s3]
2479+
; ESP32-S3 processor, 8 MB flash, 2 MB of PSRAM, dedicated driver pins for HUB75
24792480
extends = esp32_4MB_V4_M_base
24802481
platform = ${esp32.platformV4_xp} ;; 6.5.0 = first platform release supporting matrixportal
24812482
platform_packages = ${esp32.platformV4_packages_xp} ;; arduino-esp32 2.0.14 needed - previous versions were missing files for matrixportal
24822483
board = adafruit_matrixportal_esp32s3
24832484

2485+
board_build.partitions = ${esp32.large_partitions}
2486+
board_build.f_flash = 80000000L
2487+
board_build.flash_mode = qio
2488+
24842489
build_unflags = ${env:esp32S3_8MB_M.build_unflags} ;; use the same as "normal" S3 buildenv
24852490
build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation
24862491
${common_mm.build_flags_S}

0 commit comments

Comments
 (0)