BigJBehr / ESP32-Bluetooth-BLE-Remote-Control

An Example of using a BLE Remote Controller with an ESP32
92 stars 25 forks source link

return something from bool functions #8

Open cfib opened 1 year ago

cfib commented 1 year ago

connectToServer() and setupCharacteristics() are defined as bool but did not have a return value assigned in all paths.

This lead to the firmware crashing at connection, similar to issue #7.

Lsync commented 10 months ago

Helped a lot, thanks!