You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • You'd need to give a lot of thought to periodically save();-ing... I'm not sure that's a great idea.

    The Espruino sleeps while the interpreter is idle, but you can also setDeepSleep() to make it sleep more aggressively - see the reference page.

    If it's that small an amount of information that it would fit in ram, you could save it on an EEPROM (like AT24 ) - see http://www.espruino.com/EEPROMs

    What's the issue with using a (micro)SD card?

About

Avatar for DrAzzy @DrAzzy started