diff --git a/pong-bot.py b/pong-bot.py index fc82866..55c1566 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -80,9 +80,9 @@ def send_message(message,ch,nodeid): destinationId=nodeid, ) print (f"System: Sending: {message} on Channel: {ch} To: {nodeid}") - + pub.subscribe(onReceive, 'meshtastic.receive') -print ("Meshtastic Autoresponder PONG Bot\n") +print ("\nMeshtastic Autoresponder PONG Bot\n") print (f"System: Autoresponder Started for device {myNodeNum}") while True: