-
Notifications
You must be signed in to change notification settings - Fork 62
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
save & load json #6
Comments
https://github.com/projetsdiy/ESP8266-Webserver-Tutorials/blob/master/Part5_DHT22WebserverESP8266_SPIFFS/Part5_DHT22WebserverESP8266_SPIFFS.ino clearly, the root scope isn't the same, and the json data is lost after exiting the function. |
To solve this problem, I propose to replace the subprogram of the same name with the one below:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
thanks for your great tutorial. It's really good.
I have an issue with the json load.
It loads the json fine, but in another root... so, the rest of the app can't use it.
is it a mistake ?
if no, did I miss something ?
if yes, how to fix it ? ;)
Thanks !!
Francois (greetings from france)
The text was updated successfully, but these errors were encountered: