ESP32-Bluetooth-BLE-Remote-Control
ESP32-Bluetooth-BLE-Remote-Control copied to clipboard
return something from bool functions
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.
Helped a lot, thanks!