Note that FlashEEPROM is smart enough that you can just leave the argument out, and it'll automatically use require("flash").getFree()
require("flash").getFree()
@Gordon started
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.
Note that FlashEEPROM is smart enough that you can just leave the argument out, and it'll automatically use
require("flash").getFree()