One interesting thing I noticed when writing this module is that using Array.sort on arrays larger than about 50 elements didn't work on the esp8266 wemos that I use, so I just wrote a custom sort function that does work.
I'm new, and I'd like that thank everyone for making espruino so beginner-friendly :)
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.
https://github.com/pbrandt1/espruino-cron
One interesting thing I noticed when writing this module is that using Array.sort on arrays larger than about 50 elements didn't work on the esp8266 wemos that I use, so I just wrote a custom sort function that does work.
I'm new, and I'd like that thank everyone for making espruino so beginner-friendly :)