Skip to content

Commit f4ac04b

Browse files
authored
Update platformio.ini - fix for duplicate WLED_RELEASE_NAMEs
esp32S3_4MB_S and esp32s3_8MB_M were used by two different buildenvs.
1 parent 9ea2303 commit f4ac04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ board_build.partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ;; 1.8MB firmware,
21642164
;; board_build.partitions = tools/WLED_ESP32_4MB_512KB_FS.csv ;; 1.7MB firmware, 500KB filesystem (esptool erase_flash needed when changing from "standard WLED" partitions)
21652165
build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation
21662166
${common_mm.build_flags_S}
2167-
-D WLED_RELEASE_NAME=esp32S3_4MB_S
2167+
-D WLED_RELEASE_NAME=esp32S3_4MB_PSRAM_S
21682168
-DBOARD_HAS_PSRAM ;; -D WLED_USE_PSRAM
21692169
-D WLED_USE_PSRAM_JSON -DALL_JSON_TO_PSRAM ; WLEDMM --> force all JSON stuff into PSRAM; gives more free heap
21702170
-DCONFIG_MBEDTLS_DYNAMIC_BUFFER=1 ;; optional - allows some buffers to use PSRAM
@@ -2202,7 +2202,7 @@ board = lolin_s3_mini ;; -S3 mini: 4MB flash 2MB PSRAM
22022202
board_build.partitions = ${esp32.default_partitions}
22032203
build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation
22042204
${common_mm.build_flags_S} ${common_mm.build_flags_M}
2205-
-D WLED_RELEASE_NAME=esp32S3_4MB_M
2205+
-D WLED_RELEASE_NAME=esp32S3_4MB_PSRAM_M
22062206
-DBOARD_HAS_PSRAM ;; -D WLED_USE_PSRAM
22072207
-D WLED_USE_PSRAM_JSON -DALL_JSON_TO_PSRAM ; WLEDMM --> force all JSON stuff into PSRAM; gives more free heap
22082208
-DCONFIG_MBEDTLS_DYNAMIC_BUFFER=1 ;; optional - allows some buffers to use PSRAM

0 commit comments

Comments
 (0)