Most recent activity
-
Hi!
Please help - *has somebody solved procedure to save and read variable values in ESP12-F or similar module?* I cannot find helpful JS-sample for Espruino Web IDE.
My ESP12-F receives some data over WiFi and should save updated value of one variable. After power reset my ESP12-F should use updated value of that variable from the last session.
Thank you for any idea!
Hi MaBe, thank you for your advise!
above two links were tested on ESP12-F + "v1.95 4Mb" scatch. Unfortunately:
and
In final I got "sunny night" and found one solution that was tested and passed:
step 1) write in the left side of Web IDE two lines:
simple call getName() returns NR.3 even after power reset. Perfect begin!
step 2) function was changed like below:
reboot by power and call getName() ruturns NR.12 now!
Hope it will work for long time. Anyway, I will glad to get yours better ideas.
Thank you, Mike