send mccli as application name

This commit is contained in:
Florent de Lamotte 2025-02-07 12:20:06 +01:00
parent a9f753750f
commit 978f3416e7

View file

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