You are reading a single comment by @CMSpooner and its replies. Click here to read the full conversation.
  • I'll try that.

    Here is the response from my device on load:

     ____                 _
    |  __|___ ___ ___ _ _|_|___ ___
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     1v96.5 (c) 2018 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:1024/1024, manuf 0xc8 chip 0x4016
    >
    =undefined
    Loading 14495 bytes from flash...
    Execution Interrupted during event processing.
    New interpreter error: LOW_MEMORY,MEMORY
    

    On Boot:

    >process.memory()
    ={ "free": 603, "usage": 997, "total": 1600, "history": 1,
      "gc": 485, "gctime": 2.459 }
    

    On connect to wifi:

    >process.memory()
    ={ "free": 624, "usage": 976, "total": 1600, "history": 4,
      "gc": 73, "gctime": 2.527 }
    >process.memory()
    

    On start of ball bounce demo:

    ={ "free": 611, "usage": 989, "total": 1600, "history": 4,
      "gc": 146, "gctime": 2.581 }
    > 
    
About

Avatar for CMSpooner @CMSpooner started