Googling it seems to be a common ESP8266 issue (maths functions all going into RAM) but I'm not quite sure what can be done about that. There was some suggestion that the new SDK fixed it.
Potentially I could pull all the maths functions back in, but that's really nasty. When this gets fixed the current solution will be much better.
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.
Googling it seems to be a common ESP8266 issue (maths functions all going into RAM) but I'm not quite sure what can be done about that. There was some suggestion that the new SDK fixed it.
Potentially I could pull all the maths functions back in, but that's really nasty. When this gets fixed the current solution will be much better.