There was an error while loading. Please reload this page.
1 parent 3268488 commit 3c383f6Copy full SHA for 3c383f6
micropython/bluetooth/aioble/README.md
@@ -118,7 +118,7 @@ temp_char = await temp_service.characteristic(_ENV_SENSE_TEMP_UUID)
118
119
data = await temp_char.read(timeout_ms=1000)
120
121
-temp_char.subscribe(notify=True)
+await temp_char.subscribe(notify=True)
122
while True:
123
data = await temp_char.notified()
124
```
0 commit comments