Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-12 11:01:30 -07:00
parent fe9d57be65
commit 44ab770cd6

View File

@@ -82,6 +82,7 @@ def send_message(message,ch,nodeid):
print (f"System: Sending: {message} on Channel: {ch} To: {nodeid}")
pub.subscribe(onReceive, 'meshtastic.receive')
print ("Meshtastic Autoresponder PONG Bot\n")
print (f"System: Autoresponder Started for device {myNodeNum}")
while True: