unless you're trying to upload extremely big files.
It's actually not the available memory - the issue is that before 1v96 you had to write the code to flash storage all in one go. That's fine as long as what you want to write fits in RAM.
In later versions you can write more stuff into Storage than will fit into your available RAM :)
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 actually not the available memory - the issue is that before 1v96 you had to write the code to flash storage all in one go. That's fine as long as what you want to write fits in RAM.
In later versions you can write more stuff into Storage than will fit into your available RAM :)