mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
`BLE().config(addr_mode=...)` is not safe to call if the NimBLE stack is not yet active (because it tries to acquire mutexes which should be initialized first). Signed-off-by: Daniël van de Giessen <daniel@dvdgiessen.nl>