kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.58k stars 343 forks source link

playing a bit #350

Closed ldijkman closed 2 months ago

ldijkman commented 5 months ago

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

moose4lord commented 5 months ago

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.

ldijkman commented 5 months ago

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

moose4lord commented 2 months ago

Closing this issue as part of periodic cleanup.