mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
fixed cmd code for recv
This commit is contained in:
parent
da1363a6fa
commit
4c8fe8f837
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class MeshCore:
|
||||||
return await self.send(data)
|
return await self.send(data)
|
||||||
|
|
||||||
async def get_msg(self):
|
async def get_msg(self):
|
||||||
return await self.send(b"\x10")
|
return await self.send(b"\x0A")
|
||||||
|
|
||||||
|
|
||||||
async def test(mc):
|
async def test(mc):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue