Yes, I think that makes a lot of sense. It does need a little thought though - RAM on Bangle.js 1 is quite scarce, so do we store the whole cron table in RAM, or keep it in flash and load it every minute?
But once I've figured those things out I think it would make a good addition.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, I think that makes a lot of sense. It does need a little thought though - RAM on Bangle.js 1 is quite scarce, so do we store the whole cron table in RAM, or keep it in flash and load it every minute?
But once I've figured those things out I think it would make a good addition.