You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • It always says 81600 bytes when you save, because that's how much RAM is dedicated to JS code.

    Espruino basically saves an image of RAM to Flash when you save(), so it saves all 81600 bytes as your code and variables could be anywhere within that memory space.

    What it does do is set all the unused RAM to 0, so it compresses down to virtually nothing - hence the compressed to text.

About

Avatar for Gordon @Gordon started