Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-12 23:22:16 -07:00
parent 8eed25a41e
commit fec48031ec
+3 -4
View File
@@ -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