diff --git a/platformio.ini b/platformio.ini index 7500c225..b8ac24da 100644 --- a/platformio.ini +++ b/platformio.ini @@ -62,9 +62,9 @@ default_envs = esp32_4MB_PSRAM_S esp32S3_8MB_M ;; esp32s2_tinyUF2_PSRAM_S ;; experimental - only for adafruit -S2 boards with tinyUF2 bootloader !!! - esp32s2_PSRAM_M ;; experimental - ;; esp32c3dev_4MB_M ;; experimental - disabled as github action build has strange problems with this one since today - seeed_esp32c3_4MB_S ;; experimental + ; esp32s2_PSRAM_M ;; experimental - disabled as github action build has strange problems with this one since today + ; esp32c3dev_4MB_M ;; experimental - disabled as github action build has strange problems with this one since today + ; seeed_esp32c3_4MB_S ;; experimental - disabled as github action build has strange problems with this one since today esp32_4MB_V4_S ;; experimental esp32_16MB_V4_M ;; experimental esp32_16MB_V4_M_debug ;; experimental @@ -1336,6 +1336,7 @@ build_unflags = build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-indentation -Wno-format-truncation ${common_mm.build_flags_S} ${common_mm.build_flags_M} + ; -DBOARD_HAS_PSRAM -D WLED_USE_PSRAM_JSON -D WLED_USE_PSRAM ;; un-comment in case your board supports PSRAM -D WLED_RELEASE_NAME=esp32S3_8MB_M -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=0 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_USB_DFU_ON_BOOT=0 ;; for Serial-to-USB chip ;; -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 -D ARDUINO_USB_MSC_ON_BOOT=0 -D ARDUINO_USB_DFU_ON_BOOT=0 ;; for Hardware-CDC USB mode @@ -1347,7 +1348,6 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -Wno-misleading-inden ; -D WLED_DISABLE_MQTT ; RAM 216 bytes; FLASH 16496 bytes ; -D WLED_DISABLE_HUESYNC ;RAM 122 bytes; FLASH 6308 bytes ; -D WLED_DISABLE_INFRARED ;RAM 136 bytes; FLASH 24492 bytes - -DBOARD_HAS_PSRAM -D WLED_USE_PSRAM_JSON -D WLED_USE_PSRAM ;; un-comment in case your board supports PSRAM -D LEDPIN=4 -D STATUSLED=39 -D BTNPIN=48