You should change what's in the .py file... I guess you've already changed the RAM and ROM values, but you should also change the variables value. Very roughly, variables should be (RAM-12000)/20 - so try 2600.
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.
RAM errors? you mean during the compile?
You should change what's in the
.py
file... I guess you've already changed the RAM and ROM values, but you should also change thevariables
value. Very roughly, variables should be(RAM-12000)/20
- so try 2600.