mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
send mccli as application name
This commit is contained in:
parent
a9f753750f
commit
978f3416e7
1 changed files with 1 additions and 1 deletions
2
mccli.py
2
mccli.py
|
|
@ -185,7 +185,7 @@ class MeshCore:
|
|||
|
||||
async def send_appstart(self):
|
||||
""" Send APPSTART to the node """
|
||||
b1 = bytearray(b'\x01\x03 TEST')
|
||||
b1 = bytearray(b'\x01\x03 mccli')
|
||||
return await self.send(b1)
|
||||
|
||||
async def send_advert(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue