diff --git a/mc-cli.py b/mc-cli.py index 34b518d..a42b48b 100755 --- a/mc-cli.py +++ b/mc-cli.py @@ -154,7 +154,7 @@ class MeshCore: return await self.send(data) async def get_msg(self): - return await self.send(b"\x10") + return await self.send(b"\x0A") async def test(mc):