mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02: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>