micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

aioble examples use incorrect module constant name (module attribute)

Open gnbl opened this issue 2 years ago • 0 comments

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.

gnbl avatar Jul 07 '23 11:07 gnbl