Disable for now the legacy non V4 envs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user