Is anyone based in the UK? It'd be handy to actually get my hands on one so I could check the flash memory with the SWD programmer, and obviously there are customs issues with Europe now.
@7kasper@susticle have you ever seen the bootloader on your watches? Or was it working once and now it's not?
I believe you can still use your watch just fine. Either log in with the IDE and type load(), or if you time the press of the button just right it'll reboot and load the watch code. The issue is that because the bootloader isn't displayed it's very hard to know when to release the button, so you basically end up doing https://www.espruino.com/Bangle.js2#reseĀtting-without-loading-any-code by accident each time.
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.
Is anyone based in the UK? It'd be handy to actually get my hands on one so I could check the flash memory with the SWD programmer, and obviously there are customs issues with Europe now.
@7kasper @susticle have you ever seen the bootloader on your watches? Or was it working once and now it's not?
I believe you can still use your watch just fine. Either log in with the IDE and type
load()
, or if you time the press of the button just right it'll reboot and load the watch code. The issue is that because the bootloader isn't displayed it's very hard to know when to release the button, so you basically end up doing https://www.espruino.com/Bangle.js2#reseĀtting-without-loading-any-code by accident each time.