-
Notifications
You must be signed in to change notification settings - Fork 70
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
example of dynamic web page with input and output #28
Comments
It the one exmaple i have not had time to get to i know how i want to do it, i will get to it soon |
call back example now include miniajax get and form post example for dynamic user content updated data folder to include user.html example also added ability to store user config values in SPIFFs in userconfig.json file sample code
|
callback example updated to save the data in the SPIFFS userconfig.json file |
Several pages on the project show how this is done. You can find it on https://github.com/gmag11/FSBrowser/blob/master/DynamicData.cpp file. It uses a simple implementation of AJAX. |
thank you. I will try it when i am back and return some feedback.. |
Hello I have json structure {"items":[{"addr":"10380865","name":"test1"},{"addr":"1415368","name":"test2"},{"addr":"5672520","name":"test3"}]} which I got after using |
Hello |
no, each callback should only go off once if the folder relevant folder is called |
can ask how you discovered /think this is the case |
sorry just re reading you question the form example, will use REST to read the data on page load |
Hello
i keep fighting with this.
Is it possible to include an example of a dynamic webpage with the coding to put the data on that page.
I want to enter 2 values (calibration) and to show the temperature of 2 sensors in 1 page.
It should be simple but i am not getting there.
Any help would be aprreciated;
The text was updated successfully, but these errors were encountered: