Thanks - I'll leave it running all day then and will see what happens.
I did add some logging to see if I could try and get it to restart logging somehow, but no luck there :(
I guess you could try running require("Storage").open("accellog.0.csv","r").getLength() every so often to check on the file length.
I also just checked on the Storage module, but it uses 40k chunks so files should be able to get up to 10MB (more than fill fit in flash), so I guess that's not it.
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.
Thanks - I'll leave it running all day then and will see what happens.
I did add some logging to see if I could try and get it to restart logging somehow, but no luck there :(
I guess you could try running
require("Storage").open("accellog.0.csv","r").getLength()
every so often to check on the file length.I also just checked on the Storage module, but it uses 40k chunks so files should be able to get up to 10MB (more than fill fit in flash), so I guess that's not it.