From 9f4b2a8235a12fca8a1a31e90e0cbbe6cf6f301a Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 20 Jun 2024 01:03:10 -0700 Subject: [PATCH] Update mesh-bot.py --- mesh-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh-bot.py b/mesh-bot.py index 336f80f..60486af 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -258,7 +258,7 @@ def exit_handler(signum, frame): interface.close() exit (0) -print ("\nMeshtastic Autoresponder PONG Bot CTL+C to exit\n") +print ("\nMeshtastic Autoresponder MESH Bot CTL+C to exit\n") pub.subscribe(onReceive, 'meshtastic.receive') print (f"System: Autoresponder Started for device {get_name_from_number(myNodeNum)}")