You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows a server to write a characteristic and automatically
notify/indicate all subscribed clients.
Signed-off-by: Jim Mussared <[email protected]>
Copy file name to clipboardExpand all lines: micropython/bluetooth/aioble/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ aioble
3
3
4
4
This library provides an object-oriented, asyncio-based wrapper for MicroPython's [ubluetooth](https://docs.micropython.org/en/latest/library/ubluetooth.html) API.
5
5
6
-
**Note**: aioble requires MicroPython v1.15 or higher.
6
+
**Note**: aioble requires MicroPython v1.17 or higher.
0 commit comments