From 6b04a325c9bd14b05452e848732b199293f3268f Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Wed, 2 Jul 2025 22:39:42 +0100 Subject: [PATCH] Disable for now the legacy non V4 envs --- platformio.ini | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/platformio.ini b/platformio.ini index 8aebec19..9ca77573 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,19 +48,22 @@ ; =================== default_envs = - esp32_4MB_S ;; experimental, optimized for speed - esp32_4MB_M ;; esp32 recommended default - esp32_4MB_M_eth - esp32_4MB_M_debug - esp32_4MB_XL - ; esp32_16MB_S ;; experimental, optimized for speed - esp32_16MB_M ;; esp32 recommended for boards with 16MB flash - esp32_16MB_M_eth - ; esp32_16MB_M_debug - ; esp32_16MB_XL - esp32_pico_4MB_M +; Netmindz: Disable the non-V4 envs as we only build using V4 now, TBC if we rename thr _V4 to be without and delete existing +; or maintain the _V4 as we have "trained" our users that certain things are _V4 only plus the bootloader issue if you OTA from V3 to a V4 + + ; esp32_4MB_S ;; experimental, optimized for speed + ; esp32_4MB_M ;; esp32 recommended default + ; esp32_4MB_M_eth + ; esp32_4MB_M_debug + ; esp32_4MB_XL + ; ; esp32_16MB_S ;; experimental, optimized for speed + ; esp32_16MB_M ;; esp32 recommended for boards with 16MB flash + ; esp32_16MB_M_eth + ; ; esp32_16MB_M_debug + ; ; esp32_16MB_XL + ; esp32_pico_4MB_M ;; - wemos_shield_esp32_4MB_M + ; wemos_shield_esp32_4MB_M ; wemos_shield_esp32_4MB_ICS4343x_M ; wemos_shield_esp32_4MB_SPM1423_M ; wemos_shield_esp32_4MB_LineIn_M