diff --git a/micropython/bluetooth/aioble/README.md b/micropython/bluetooth/aioble/README.md index 83ae00209..78fa994c7 100644 --- a/micropython/bluetooth/aioble/README.md +++ b/micropython/bluetooth/aioble/README.md @@ -123,7 +123,7 @@ while True: appearance=_GENERIC_THERMOMETER, manufacturer=(0xabcd, b"1234"), ) - print("Connection from", device) + print("Connection from", connection.device) ``` #### Update characteristic value: (Server)