esp32_ble_light icon indicating copy to clipboard operation
esp32_ble_light copied to clipboard

Does characteristic have notify()?

Open wegunterjr opened this issue 6 years ago • 0 comments

I am trying to use this awesome light BLE library, but need use the notify. I see it in the example, but when I compile, I get an error that there is no

error: 'class BLECharacteristic' has no member named 'notify'
error: 'class BLECharacteristic' has no member named 'notify'
pTxCharacteristic->notify();

wegunterjr avatar Jul 01 '18 03:07 wegunterjr