Closed FrigoEU closed 1 year ago
Update: This problem seems to have been introduced in version 2.0 and is still there in 2.1. Once I downgrade to 1.4, this problem went away!
I can confirm the same over here with more context in #28. These two issues can be merged.
@FrigoEU can you confirm #31 fixed your issue as well and close accordingly? Thanks!
I've been trying to get this library up and running for a while now on multiple IDF versions (4.4 and 5.1 most recently) but keep running into the same issue. I'm running the ble_server.rs verbatim, on an ESP-WROOM-32, ESP-WROOM-32E and ESP32S3, the advertising starts and seems to work fine, but after less than a second (I think?) it shuts down. I'll then reset my ESP and the same thing happens: advertising starts and immediately stops. The full logs on restart (currently running 5.1, logs on 4.4 were very similar/the same):
The last log line makes it feel like a freeze? I have no evidence for that though. The ESP32 is not frozen though, as I can just add a log line in the final loop and it keeps happening.