If anyone wants to do a compile with this, it's as easy as just changing the boards/ESPRUINOBOARD.py file to reflect the increased amount of RAM (and also tweaking the variable count upwards).
I'm still trying to find a nice way to check for memory without crashing if we find a chip with less 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.
Great!
If anyone wants to do a compile with this, it's as easy as just changing the
boards/ESPRUINOBOARD.py
file to reflect the increased amount of RAM (and also tweaking the variable count upwards).I'm still trying to find a nice way to check for memory without crashing if we find a chip with less RAM :)