diff --git a/mccli.py b/mccli.py index 61ee7ec..e32484e 100755 --- a/mccli.py +++ b/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):