micropython-lib
micropython-lib copied to clipboard
aioble examples use incorrect module constant name (module attribute)
Examples in https://github.com/micropython/micropython-lib/blob/master/micropython/bluetooth/aioble/README.md use aioble.PUBLIC which, according to https://github.com/micropython/micropython-lib/blob/master/micropython/bluetooth/aioble/aioble/init.py should probably be aioble.ADDR_PUBLIC.