We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cf095 commit b059f99Copy full SHA for b059f99
micropython/bluetooth/aioble/README.md
@@ -93,7 +93,7 @@ async with aioble.scan(duration_ms=5000, interval_us=30000, window_us=30000, act
93
# Either from scan result
94
device = result.device
95
# Or with known address
96
-device = aioble.Device(aioble.PUBLIC, "aa:bb:cc:dd:ee:ff")
+device = aioble.Device(aioble.ADDR_PUBLIC, "aa:bb:cc:dd:ee:ff")
97
98
try:
99
connection = await device.connect(timeout_ms=2000)
0 commit comments