From 3af89875cf03057adaa9a0fce0e49c99dcb52253 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:15:24 +0100 Subject: [PATCH] disable RMTHI on -S2 my Lolin S2 mini "ESP32-S2FNR2 (revision v0.0)" get into a boot loop with the RMTHI driver enabled. More debugging tomorrow. --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 93acef19..1e41b596 100644 --- a/platformio.ini +++ b/platformio.ini @@ -501,6 +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) lib_deps = esp32async/AsyncTCP @ 3.4.7