You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
messing with Storage while out-of-memory probably somehow managed to erase all storage, no idea if it's reproducible
from what you describe it may be even this case https://github.com/espruino/Espruino/issues/2075
otherwise there is issue https://github.com/espruino/Espruino/issues/2009
Today was also kind of a long/busy day, but I figured I'd post now while I remember it best:
Storage
calls happening at almost the same time.https://banglejs.com/apps/defaultapps_banglejs.json
doesn't existbarclock
Layout
(a bit fuzzy what went wrong exactly... probably missing polyfills from me forgetting to install the bootloader.)Tried to update to cutting edge firmware by downloading the zip, ran into an error because of
managed to flash the cutting edge firmware, still errors
uploading the latest bootloader fixed it (I think I probably forgot to upload it, and just tried to
load()
the clock from the web IDE, getting those errors because it was missing polyfills)tl;dr:
Storage
while out-of-memory probably somehow managed to erase all storage, no idea if it's reproducible