From fec48031eca4184133e5a05edc4207c86c64f1ba Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 12 Jun 2024 23:22:16 -0700 Subject: [PATCH] Update pong-bot.py --- pong-bot.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pong-bot.py b/pong-bot.py index 72f180e..3de7e1b 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -2,11 +2,10 @@ # Meshtastic Autoresponder PONG Bot # forked from https://github.com/pdxlocations/Meshtastic-Python-Examples/autoresponder.py project # K7MHI Kelly Keeton 2024 -# requirements `pip install -U meshtastic` to install the library -import signal -from pubsub import pub -import meshtastic.serial_interface +import signal # for catching CTL+C +from pubsub import pub # pip install pubsub +import meshtastic.serial_interface #pip install meshtastic import meshtastic.tcp_interface import meshtastic.ble_interface