-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
BLE.active() is too heavey, MICROPY_EVENT_POLL_HOOK called too many times at mp_bluetooth_init() #6116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
It's lighter and faster. Source code modified and using ESP-IDF v4.0.
diff:
|
This is very likely a duplicate of #5489 . Note that the issue is apparent in examples from the IDF so it's a bug in the IDF itself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bluetooth.BLE.active() is too heavery, waiting for 30 secondes.
MICROPY_EVENT_POLL_HOOK was called too many times for waiting active at mp_bluetooth_init().
simple code:
MICROPY_EVENT_POLL_HOOK was called 79654 times on my device, esp32.
The text was updated successfully, but these errors were encountered: