You are reading a single comment by @user111618 and its replies.
Click here to read the full conversation.
-
I made a version using your arguments and flashed the 01s, but the issue still happened when I do the same actions. But I do get 196608 space like 4MB board.
And, could I ask why theNO_FOTA=1
don't work for 4MB board, like NodeMCU, I can't still use FOTA on it. My purpose is to get more space beyond 196608 on 4MB board, thank you.
I guess
require("Storage").compact();
can't work because storage space is to small for what you are trying.What about eraseAll(), write .boot and usercode, or by a 4MB board or
build a 1MB firmware Espruino version without FOTA but lots of space like a 4MB board.
Fixed typo