Hi, I want to program a usermode or something similar for a small project, but I need some help to get started.
I have connected a WS2812 LED-Strip with 90LEDs to the ESP32 and prepared it. All LEDs should be switched to red by default. Now I need an interface to which I can pass several values via HTTP post. For example 30, 50, 90, which are then switched to green.
What is the best way to realize this?
I found the following instructions in the WLED wiki Custom Features - WLED Project but there is probably also the possibility to store scripts under IP/edit…
greetings Chris