Most recent activity
-
-
I have the esp8266 serving up some webpages on the esp8266.
I need to be able to store, retrieve & update an object, json file, txt file or XML file
but there's no file system on the espruino.I am thinking to may be just create variables or use an array to store the info within
a js script. I'm wondering if there is a better way?I've studied the http module and am trying to understand if there is a way to
load an array, object that I store in a variable with the USERS and BOARD data.I would need approx 10 users.
USERS
id : 100
name : "Dave Coley",
email : "dave@esp8266.ca",
phone : "123-456-7890",
dateAdded : "2021-04-12"
BOARD
id : "B1001",
bName : "daves_esp8266",
bLocation : "daves_garage",
Another question I have is if I store the data in a javascript file (users.js & board.js)
is it secure?Any help on this would be appreciated.
D
I enjoy dabbling with electronics, programming languages a life long learner...
I'm using espruino on the esp32 and esp8266 boards...