Open raldi opened 2 years ago
Many instances of connectToServer() don't actually have a return true; in the case of success. One example:
return true;
https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/Arduino/security/BLE_client/BLE_client_passkey/BLE_client_passkey.ino#L56
Many instances of connectToServer() don't actually have a
return true;
in the case of success. One example:https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/Arduino/security/BLE_client/BLE_client_passkey/BLE_client_passkey.ino#L56