It's a strange one - are the file contents always kindof the same? It looks a bit like the file's just been overwritten with bad data at some point.
Again, it'd be handy if you could check require("Storage").open("accellog.0.csv","r").getLength() because it's always possible the issue is not the app, but the code that tries to download the file off the bangle
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.
It's a strange one - are the file contents always kindof the same? It looks a bit like the file's just been overwritten with bad data at some point.
Again, it'd be handy if you could check
require("Storage").open("accellog.0.csv","r").getLength()
because it's always possible the issue is not the app, but the code that tries to download the file off the bangle