pio: add pico "V4" to regular build
This commit is contained in:
@@ -76,6 +76,7 @@ default_envs =
|
||||
esp32_16MB_V4_S ;; experimental, optimized for speed
|
||||
esp32_16MB_V4_M ;; experimental
|
||||
esp32_16MB_V4_M_debug ;; experimental
|
||||
esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems
|
||||
esp8266pro_16MB_S
|
||||
esp8266pro_16MB_M
|
||||
esp01_1MB_S
|
||||
@@ -2019,8 +2020,8 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
|
||||
-D WLED_DISABLE_BROWNOUT_DET
|
||||
-D SERVERNAME='"WLED-pico32-V4"'
|
||||
-D WLED_WATCHDOG_TIMEOUT=0
|
||||
; -D WLED_WATCHDOG_TIMEOUT=60
|
||||
-D WLEDMM_FASTPATH ; WLEDMM experimental option. Reduces audio lag (latency), and allows for faster LED framerates. May break compatibility with previous versions.
|
||||
; -D WLED_WATCHDOG_TIMEOUT=60
|
||||
; -D WLEDMM_FASTPATH ; WLEDMM experimental option. Reduces audio lag (latency), and allows for faster LED framerates. May break compatibility with previous versions.
|
||||
-D WLED_DISABLE_ADALIGHT ;; WLEDMM this board does not have a serial-to-USB chip. Better to disable serial protocols, to avoid crashes (see upstream #3128)
|
||||
; -D WLED_DISABLE_LOXONE
|
||||
; -D WLED_DISABLE_ALEXA
|
||||
|
||||
Reference in New Issue
Block a user