You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • In the webIDE options, change the minifier to closure instead of... whatever the default is.

    That minifier gets rid of all the newlines, so Espruino has to buffer the whole mess, AND the results of executing it. So it stops working at about half-full.

    The ESP8266 doesn't have all that much RAM, and on Espruino, code is stored in RAM (since code is fully manipulatable - this is javascript). There is work ongoing to improve matters here - there are versions in testing with 1600 jsvars available, and work is being done (see the other threads in this section) on storing code in flash.

About

Avatar for DrAzzy @DrAzzy started