Want more RAM? Try this build: https://s3.amazonaws.com/s3.voneicken.com/espruino/espruino_1v81.tve_esp8266-flash-strings_662306b_esp8266.tgz
This does not add more JS variables, it adds more heap to be used for network connections and stuff like that. Before this improvement I couldn't make an HTTP GET complete, now it's no problem. The extra RAM is gained by moving string constants to flash, so some performance impact is to be expected. (Don't ask me to quantify.)
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.
Want more RAM? Try this build:
https://s3.amazonaws.com/s3.voneicken.com/espruino/espruino_1v81.tve_esp8266-flash-strings_662306b_esp8266.tgz
This does not add more JS variables, it adds more heap to be used for network connections and stuff like that. Before this improvement I couldn't make an HTTP GET complete, now it's no problem. The extra RAM is gained by moving string constants to flash, so some performance impact is to be expected. (Don't ask me to quantify.)