Maybe it is related to the duplicate files issue, see http://forum.espruino.com/conversations/345948/#comment15216864
Can you do a
require("Storage").list("usercode")
to see if there are duplicate files? But, they may they only appear if you are acutally experiencing the "data loss".
You could possibly also update to 2.05 and then see if the issue is gone.
Yes, due to some code changes, the issue does not appear frequently. I will try the same actions on 2.05 and post the result. Thanks for your help.
@user111618 started
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.
Maybe it is related to the duplicate files issue, see http://forum.espruino.com/conversations/345948/#comment15216864
Can you do a
to see if there are duplicate files? But, they may they only appear if you are acutally experiencing the "data loss".
You could possibly also update to 2.05 and then see if the issue is gone.