I updated my Puck to v1.94 today and was reloading the software when I got a warning message "Module Flash not found".
I'm using the FlashEEPROM module to persist some data to flash, but FlashEEPROM has require("Flash") which doesn't exist at the URL the Web IDE looks for modules. (https://www.espruino.com/modules)
Has the Flash module been deprecated/removed? If so, is there something new for persisting small amounts of data across battery changes?
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.
Hi All,
I updated my Puck to v1.94 today and was reloading the software when I got a warning message "Module Flash not found".
I'm using the FlashEEPROM module to persist some data to flash, but FlashEEPROM has require("Flash") which doesn't exist at the URL the Web IDE looks for modules. (https://www.espruino.com/modules)
Has the Flash module been deprecated/removed? If so, is there something new for persisting small amounts of data across battery changes?
Cheers
Dave