You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
espressif/_bleio: restore CIRCUITPY_VERBOSE_BLE discovery prints
Restore the verbose prints dropped when discovery object construction
moved off the NimBLE host task, and add matching error prints to all
three discovery callbacks for consistency (only the descriptor callback
had one before). The object prints now live in _build_characteristic()
and _build_descriptor(), which run on the VM task. Also print the step
status in _check_discovery_status(), which covers the timeout and
ring-full errors that never pass through a callback.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments