Is there a function to loop through lines in a file, something like file.readLine ?
I'm working on a datalogger which creates big json-files.
Data will be available using an ESP8266.
There are some limitations in serial interface, therefore I need to split data.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Is there a function to loop through lines in a file, something like file.readLine ?
I'm working on a datalogger which creates big json-files.
Data will be available using an ESP8266.
There are some limitations in serial interface, therefore I need to split data.