BluetoothLE-Examples icon indicating copy to clipboard operation
BluetoothLE-Examples copied to clipboard

ble-uart not working on data read

Open NiaJ3oE2LM opened this issue 8 years ago • 0 comments

There is a misspelling at row 153 on file /noble/readserial/ble-uart.js: receive.on('read', function(data, notification){}) does not work. By reading the Noble API, there should be written receive.on('data', function(data, notification){})

NiaJ3oE2LM avatar Feb 22 '17 21:02 NiaJ3oE2LM