I'm new to the forum and to Espruino Pico. I've been working on a module that is now about 20K minimized (closure - simple). I started to get EEROR: Out of Memory! if I add more prototypes. I'm not very familiar with how the Pico memory works and if there is any option to keep adding more prototypes to the module instead of moving some of the prototypes to the main code. That last option seems to work, but it is not the best choice for me.
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.
Hi,
I'm new to the forum and to Espruino Pico. I've been working on a module that is now about 20K minimized (closure - simple). I started to get EEROR: Out of Memory! if I add more prototypes. I'm not very familiar with how the Pico memory works and if there is any option to keep adding more prototypes to the module instead of moving some of the prototypes to the main code. That last option seems to work, but it is not the best choice for me.
In case it helps...
Thanks,
Gabe