You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • To reproduce it, you need to:
    fs = require("Storage");
    fs.erase("aName");
    fs.write("aName", thatString);
    (3). Code in .boot0:
    if(fs.getFree()<4096) fs.compact();

    Well this is no code to reproduce the error.

About

Avatar for MaBe @MaBe started