At least Math.sin returns correct value.
Looks strange to me to take a lib from somewhere else, more like trial and error, therefore would be fine, if somebody with knowledge around this could check.
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.
there is an ESP8266 lib for RTOS available working in irom instead of iram
https://github.com/espressif/ESP8266_RTOS_SDK/blob/master/lib/libmirom.a
A quick test replacing actual LIBS definition runs fine.
At least Math.sin returns correct value.
Looks strange to me to take a lib from somewhere else, more like trial and error, therefore would be fine, if somebody with knowledge around this could check.