kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playing a bit

ldijkman opened this issue · comments

playing a bit with auto mdns list

do not understand yet why there is no on off
and why select color background of input is not colored to selected

https://ldijkman.github.io/async-esp-fs-webserver/

Screenshot from 2024-03-22 05-21-58

Are you trying to use the esp8266_interface example sketch with webSockets? If so, that won't work. The example sketch is expecting ws2812 data to come across the network as simple HTTP query parameters. Like this:

http://ws2812.local/set?c=1946112

A webSocket data frame is incompatible. You'd need to write some custom code to translate the webSocket data into parameters that the esp8266_interface code can understand.

It is working (your page is iframed)
Ok if you click on rgb 000 it is off
Maybe a button for off
I was expecting color in rgb button

Maybe will make some more changes
And make it flashable from inbrowser

Screenshot_20240322-184357_Chrome

Closing this issue as part of periodic cleanup.