web-bluetooth-example icon indicating copy to clipboard operation
web-bluetooth-example copied to clipboard

Missing myCharacteristic variable in line 30

Open atc1441 opened this issue 5 years ago • 0 comments

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);

atc1441 avatar Sep 05 '19 05:09 atc1441