Skip to content

Commit

Permalink
aioble/README.md: fix reference error
Browse files Browse the repository at this point in the history
Signed-off-by: William Goodspeed <[email protected]>
  • Loading branch information
goodspeed34 authored Jan 18, 2025
1 parent e4cf095 commit 869699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/bluetooth/aioble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 869699b

Please sign in to comment.