We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28d04e commit bbc048dCopy full SHA for bbc048d
pybricksdev/cli/lwp3/repl.py
@@ -145,7 +145,7 @@ async def welcome():
145
logger.exception("bad input:")
146
else:
147
logger.info("sending: %s", msg)
148
- await client.write_gatt_char(LWP3_HUB_CHARACTERISTIC_UUID, msg)
+ await client.write_gatt_char(LWP3_HUB_CHARACTERISTIC_UUID, bytes(msg))
149
150
logger.info("disconnecting...")
151
0 commit comments