-
Notifications
You must be signed in to change notification settings - Fork 29
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
How to show variable value on Custom Html?? #25
Comments
Hi @arimukhlas I try to answer your questions:
For example in the simpleServer.ino example, in the index.htm source there is this JavaScript script
The function In this way on every 'change' event of 'toggle-led' element, the function will be called and send a GET request to ESP with a parameter built according to the HTML switch element state. You need to write a similar HTML code and use as shown in customHTML.ino example. |
Good morning @arimukhlas
Anyway, if you install the zlib modules, it works? |
Done, didnt work on Win7 Ultimate, but perfectly work on Win10, Thanks |
Hi @cotestatnt ,
I have some question,
After connected to SSID, we dont know the giving IP Address from router, is possible to add status of ESP? connected or not connected and IP address? so we can go back to the page if we know the IP.
Is possible to edit the Wifi Setup page? I read this but I fail, can you give hint more detail to generate setup_htm.h
Give me hint how to print or show value of variable on customElement.h? for example, I have x variable, and i want to show value of x to customHTML page.
Thanks, you are great!!
The text was updated successfully, but these errors were encountered: