There was an error while loading. Please reload this page.
1 parent b312d3f commit 459bbf9Copy full SHA for 459bbf9
libraries/BLE/examples/BLE_Publish/BLE_Publish.ino
@@ -97,11 +97,9 @@ void setup(){
97
98
// Create a BLE Characteristic
99
pTxCharacteristic = pService->createCharacteristic(CHARACTERISTIC_UUID_TX, BLECharacteristic::PROPERTY_NOTIFY);
100
-
101
pTxCharacteristic->addDescriptor(new BLE2902());
102
103
BLECharacteristic *pRxCharacteristic = pService->createCharacteristic(CHARACTERISTIC_UUID_RX, BLECharacteristic::PROPERTY_WRITE);
104
105
pRxCharacteristic->setCallbacks(new MyCallbacks());
106
107
// Start the service
0 commit comments