I'm writing some BLE services and characteristics for my Pixl.js, and after uploading to RAM I always see the message "BLE Connected, queueing BLE restart for later". I have a few questions:
Are my BLE changes effective already (I'm guessing "no"), or do I need to first restart the Pixl.js. i.e. is a reset() equivalent to a power-down?
Are my changes lost during restart because they were only in RAM? Should I have done a save()?
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.
I'm writing some BLE services and characteristics for my Pixl.js, and after uploading to RAM I always see the message "BLE Connected, queueing BLE restart for later". I have a few questions:
Thanks for any assistance.