• Is there a way to use this feature and send modules "as functions" to flash one by one instead of all at once ?

    The reason I ask is because I get an "out of memory" when sending more than 10k of cumulated modules this way, which is appreciably more than before this feature. When I set "upload as function" and "save on send", in the console I see all modules are sent at once in one line of "setBootCode(code)". Is it possible to call setBootCode multiple times without erasing previous code saved in flash?

    I already found how to do something similar on esp822 using Flash module and setMemoryArea() in the other available flash areas (see this post :http://forum.espruino.com/conversations/­290975/), but not in the area used by setBootCode. That would be useful for the other boards without additional flash memory.

About

Avatar for Polypod @Polypod started