Hello, I would like to store a simple integer value (1-200) on the Puck.js without stopping the Bluetooth connection. If I would use save(), the connection is lost. And it is definitely too much for storing only one variable. Is there a better way to do it without interrupting the rest of the Puck.js?
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.
Hello, I would like to store a simple integer value (1-200) on the Puck.js without stopping the Bluetooth connection. If I would use save(), the connection is lost. And it is definitely too much for storing only one variable. Is there a better way to do it without interrupting the rest of the Puck.js?