web-bluetooth-example
web-bluetooth-example copied to clipboard
Missing myCharacteristic variable in line 30
Hi, if i am not wrong here: https://github.com/tigoe/web-bluetooth-example/blob/master/ble.js#L30 the myCharacteristic is missing.
Should look like this: return service.getCharacteristics(myCharacteristic);