From 27131d0702023a477235324b1c575e2b1ccabfca Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:45:11 +0100 Subject: [PATCH] standard buildenvs update * adding esp32_4MB_V4_S_eth and abc_wled_controller_v43_S * remove esp01_1MB_S * remove seeed_esp32c3_4MB_S * clarify comments for matrixportal builds --- platformio.ini | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 8cbb876a..d7e7cfbe 100644 --- a/platformio.ini +++ b/platformio.ini @@ -79,6 +79,7 @@ default_envs = esp32_4MB_V4_S_HUB75 ;; esp32 4MB - HUB75 supported esp32_4MB_V4_HUB75_forum ;; esp32 4MB - HUB75 supported (forum pinout) esp32_4MB_M_eth ;; esp32 4MB with ethernet support + esp32_4MB_V4_S_eth ;; esp32 4MB "V4" build with ethernet support ; esp32_4MB_PSRAM_REV3_S ;; WROVER-E experimental, optimized for WROVER-E with "revision3" chip esp32_4MB_PSRAM_S ;; esp32 WROVER with PSRAM; HUB75 supported esp32_16MB_V4_S ;; esp32 16MB - HUB75 supported, optimized for speed @@ -101,18 +102,20 @@ default_envs = esp32c3dev_2MB_M ;; experimental - 2MB Flash, no OTA esp32c3dev_4MB_M ;; experimental esp32c3mini_dio_4MB_M ;; for boards that need "dio" flash mode (instead of qio) - seeed_esp32c3_4MB_S ;; experimental + ;; seeed_esp32c3_4MB_S ;; experimental ;; esp8266_2MB_S esp8266_4MB_S ;; recommended for 8266 with audio sync esp8266_4MB_M ; esp8266pro_16MB_S esp8266pro_16MB_M - esp01_1MB_S + ;; esp01_1MB_S ;; + ;; special boards + abc_wled_controller_v43_S athom_music_esp32_4MB_M - adafruit_matrixportal_esp32s3 ;; HUB75 supported, uses adafruit bootloader - ; adafruit_matrixportal_esp32s3_legacy ;; try this if the "tinyUF2" firmware doesn't run on your board + adafruit_matrixportal_esp32s3 ;; HUB75 supported, uses standard bootloader + ; adafruit_matrixportal_esp32s3_tinyUF2 ;; supports the adafruit "tinyUF2" bootloader ; Go to MoonModules environments for environments