This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Handle BLE disconnects #2
Labels
enhancement
New feature or request
Comments
The new release has just been published. Your contribution is noted in Contributions and Thanks Releases v1.2.1
|
khoih-prog
added a commit
to khoih-prog/BlynkESP32_BT_WF
that referenced
this issue
Aug 13, 2021
### Releases v1.2.1 1. Add auto-reconnect feature for BLE. Check [Handle BLE disconnects #2](khoih-prog/Blynk_Async_ESP32_BT_WF#2)
khoih-prog
added a commit
to khoih-prog/BlynkESP32_BT_WF
that referenced
this issue
Aug 13, 2021
### Releases v1.2.1 1. Add auto-reconnect feature for BLE. Check [Handle BLE disconnects #2](khoih-prog/Blynk_Async_ESP32_BT_WF#2)
The new release of the twin library BlynkESP32_BT_WF has just been published. Your contribution is also noted in Contributions and Thanks Releases v1.2.1
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, thanks for this wonderful project.
I'm having an issue: If I disconnect BLE connection manually, I can't reconnect to the device until I manually reset it.
Is there a way to handle disconnects so that after one the device starts advertising again? Or even better, a way to check in loop() if there's a disconnect and start advertising?
I fixed it by changing:
But there's most definitely a better way.
Thank you.
The text was updated successfully, but these errors were encountered: