• Thanks! Yes, absolutely - I'm trying to prioritise things that come up from Patreon backers and those who bought proper Espruino boards, so if you're both that's awesome :)

    If you need to save RAM I'd definitely suggest trying:

    • Turn on simple Esprima minification in the IDE
    • Turn 'Save on Send' to 'Yes'

    Save on send will save your code into flash memory, and then any function that's defined there will have its source code executed straight from flash - so won't be using up any RAM. With minification it should save you quite a lot of memory.

About

Avatar for Gordon @Gordon started