From 866c17f9e17e1fe94672d28f9aaa27a28354693f Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:25:30 +0200 Subject: [PATCH] pio: add pico "V4" to regular build --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 839d70c3..e87370e6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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