I am working(or failing) on a controller for an RGB Lamp using the AsyncWebServer. I need to request the value of a colorpicker and save it in a variable... But i dont know how to do it...
Thanks in advance!
- [<html>
- <head>
- </head>
- <body>
- <label for="colorpicker">Color Picker:</label>
- <input type="color" id="colorpicker" value="#0000ff">
- </body>
- </html>]