Skip to content

Commit ac17509

Browse files
goodspeed34William Goodspeed
authored and
William Goodspeed
committed
aioble/README.md: Fix reference error.
Signed-off-by: William Goodspeed <gongzl@stu.hebust.edu.cn>
1 parent e4cf095 commit ac17509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/bluetooth/aioble/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ while True:
123123
appearance=_GENERIC_THERMOMETER,
124124
manufacturer=(0xabcd, b"1234"),
125125
)
126-
print("Connection from", device)
126+
print("Connection from", connection.device)
127127
```
128128

129129
#### Update characteristic value: (Server)

0 commit comments

Comments
 (0)