Skip to content

Commit

Permalink
Update BLE_uart.ino (UUID advertising)
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoBusero committed Sep 10, 2018
1 parent 7951347 commit 0668c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/BLE_uart/BLE_uart.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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...");
}
Expand Down

0 comments on commit 0668c5f

Please sign in to comment.