Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-12 11:03:42 -07:00
parent 44ab770cd6
commit c2d22aca5f

View File

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