diff --git a/examples/BLE_uart/BLE_uart.ino b/examples/BLE_uart/BLE_uart.ino index 35b570b..ec014db 100644 --- a/examples/BLE_uart/BLE_uart.ino +++ b/examples/BLE_uart/BLE_uart.ino @@ -97,6 +97,7 @@ void setup() { pService->start(); // Start advertising + pServer->getAdvertising()->addServiceUUID(pService->getUUID()); pServer->getAdvertising()->start(); Serial.println("Waiting a client connection to notify..."); }