mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-01 23:41:14 +02:00
Update pong-bot.py
This commit is contained in:
+3
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user