You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
Do you know what is the maximum length of storable/runnable javascript code in Espruino wifi?
require("Storage").getFree()
-this is space when saving code to flash. as for html you can even upload parts of your pages as separate files to Storage and then use Storage.read("filename") in place of the strings, maybe the utf-8 encoding could be better with that.
Do you know what is the maximum length of storable/runnable javascript code in Espruino wifi?