Skip to content

Commit 3af8987

Browse files
committed
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.
1 parent cec6e22 commit 3af8987

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ build_flags = -g
501501
-DARDUINO_USB_MODE=0 ;; this flag is mandatory for ESP32-S2 !
502502
;; 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:
503503
;; ARDUINO_USB_CDC_ON_BOOT
504+
-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)
504505

505506
lib_deps =
506507
esp32async/AsyncTCP @ 3.4.7

0 commit comments

Comments
 (0)