sounds good.
is there a way to find out/estimate how much space is left from the 512k flash to store time/value pairs?
require("Storage").getFree()
http://www.espruino.com/Reference#l_Storage_getFree
Does process.memory() help?
process.memory()
http://www.espruino.com/Reference#t_l_process_memory
@ingoiotESPruino 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.
sounds good.
is there a way to find out/estimate how much space is left from the 512k flash to store
time/value pairs?