From 74a8a957930ed7d2ef043e970374ba5b3821d41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:52:52 +0100 Subject: [PATCH] -S3 and -S2 work with RMTHI now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested and the previous crash is gone 👌 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index bce43959..cad9f9ea 100644 --- a/platformio.ini +++ b/platformio.ini @@ -501,7 +501,7 @@ build_flags = -g -DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 ! ;; 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_CDC_ON_BOOT - -D WLED_USE_SHARED_RMT ;; RMTHI fails miserably on my Lolin S2 mini "ESP32-S2FNR2 (revision v0.0)" - I don't know why (boot loop when trying to connect wifi) + ; -D WLED_USE_SHARED_RMT ;; un-comment to use the standard RMT driver instead of RMTHI lib_deps = esp32async/AsyncTCP @ 3.4.7 @@ -557,7 +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 + ;-D WLED_USE_SHARED_RMT ;; un-comment to use the standard RMT driver instead of RMTHI lib_deps = esp32async/AsyncTCP @ 3.4.7 makuna/NeoPixelBus @ 2.7.9 ;; experimental