From d1d020bc5b3023ea7a4e538174585afcf41e47c8 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Wed, 7 Jan 2026 00:02:58 +0100 Subject: [PATCH] disable RMTHI on -S3 same as on -S3: interrupt watchdog reset at the time when Wifi tries to connect. --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 1e41b596..56e01eb4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -557,6 +557,7 @@ build_flags = -g -DCO ;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: ;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT + -D WLED_USE_SHARED_RMT ;; RMTHI causes interrupt watchdog reset - needs more investigation lib_deps = esp32async/AsyncTCP @ 3.4.7 makuna/NeoPixelBus @ 2.7.9 ;; experimental