Skip to content
Discussion options

You must be logged in to vote

The bond config parameter is only enabled if micropython is compiled with the MICROPY_PY_BLUETOOTH_ENABLE_PAIRING_BONDING compilation flag enabled, which it would appear is not enabled by default on your port. Unfortunately, I dont know if this can be enabled for the pico-w by building your own micropython image.

See

#ifndef MICROPY_PY_BLUETOOTH_ENABLE_PAIRING_BONDING
and
#if MICROPY_PY_BLUETOOTH_ENABLE_PAIRING_BONDING
.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@brianreinhold
Comment options

@brianreinhold
Comment options

Answer selected by brianreinhold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants