fixed cmd code for recv

This commit is contained in:
Florent de Lamotte 2025-02-04 10:46:56 +01:00
parent da1363a6fa
commit 4c8fe8f837

View file

@ -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):