nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

"bool connectToServer()" doesn't always return a value #1135

Open raldi opened 2 years ago

raldi commented 2 years ago

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