8000 Fix missing return · BirdAPI/esp32-snippets@8fac333 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fac333

Browse files
committed
Fix missing return
1 parent 6005e31 commit 8fac333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp_utils/tests/BLETests/Arduino/BLE_client/BLE_client.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ bool connectToServer(BLEAddress pAddress) {
6262
Serial.println(value.c_str());
6363

6464
pRemoteCharacteristic->registerForNotify(notifyCallback);
65+
66+
return true;
6567
}
6668
/**
6769
* Scan for BLE servers and find the first one that advertises the service we are looking for.

0 commit comments

Comments
 (0)
0