Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playing a bit #350

Open
ldijkman opened this issue Mar 22, 2024 · 2 comments
Open

playing a bit #350

ldijkman opened this issue Mar 22, 2024 · 2 comments

Comments

@ldijkman
Copy link

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
Copy link
Collaborator

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
Copy link
Author

ldijkman commented Mar 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants