And another one with NRF:
Uncaught Error: Unhandled promise rejection: undefined at line 12 col 30 return device.gatt.connect().then(conn => {
(Seems to occur when I try to connect a device that is already connected by another puck at this time)
Any way to catch this?
@ChristianW 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.
And another one with NRF:
(Seems to occur when I try to connect a device that is already connected by another puck at this time)
Any way to catch this?