You can also do f.readMem(...) - this will return a string directly, which can be executed from flash without being copied to RAM. It might need a newer ESP8266 build to work though.
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.
You can also do
f.readMem(...)
- this will return a string directly, which can be executed from flash without being copied to RAM. It might need a newer ESP8266 build to work though.