diff --git a/examples/BLE_client/BLE_client.ino b/examples/BLE_client/BLE_client.ino index 4c58299..8950075 100644 --- a/examples/BLE_client/BLE_client.ino +++ b/examples/BLE_client/BLE_client.ino @@ -87,6 +87,7 @@ bool connectToServer() { pRemoteCharacteristic->registerForNotify(notifyCallback); connected = true; + return true; } /** * Scan for BLE servers and find the first one that advertises the service we are looking for.