When I connect my LED strips to an ESP32 module with WLED 0.15.0 installed, the lights work fine.
When I connect the same strips to an ESP32 module that has a custom binary installed to allow use of the rotary encoder usermod, the lights come on but then turn themselves off after about 30 seconds or so. I’ve tested this with both WS2812B & SK6812 strips and get the same results.
I even tested it with the encoder disconnected from the module so I could eliminate that as the cause.
This is the custom binary I installed.
I decided to try disabling the rotary encoder usermod in the settings in addition to having it physically disconnected.
Same result.
Any ideas?
Edit: I was able to get in touch with the author of the custom binary and showed him a screenshot of my usermods settings. He had me disable “auto off” and that seems to have resolved it.