BluetoothLE-Examples
BluetoothLE-Examples copied to clipboard
ble-uart not working on data read
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){})