Thanks for this tip! This brought me to the Idea to store the modules to the flash using Storage. This would allow to load the modules later also offline.
My application has multiple modules. This approch would allow me to work on a smaller module without the need to load all the time all modules.
However I came over a problem with the storage module, i'll put this in another thread.
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.
Thanks for this tip! This brought me to the Idea to store the modules to the flash using Storage. This would allow to load the modules later also offline.
My application has multiple modules. This approch would allow me to work on a smaller module without the need to load all the time all modules.
However I came over a problem with the storage module, i'll put this in another thread.