diff --git a/README.md b/README.md index 05149c3..8940be5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ other features - Various solar details for radio propigation - `sun` and `moon` return info on rise and set local time - - uses the locaton of the node if known - `solar` gives an idea of the x-ray flux - `hfcond` returns a table of HF solar conditions - Bulliten Board (BBS) functions diff --git a/mesh-bot.service b/mesh_bot.service similarity index 100% rename from mesh-bot.service rename to mesh_bot.service diff --git a/pong_bot.py b/pong_bot.py index cdacdc3..20bb568 100644 --- a/pong_bot.py +++ b/pong_bot.py @@ -15,7 +15,7 @@ interface = meshtastic.serial_interface.SerialInterface() #serial interface #interface=meshtastic.tcp_interface.TCPInterface(hostname="192.168.0.1") # IP of your device #interface=meshtastic.ble_interface.BLEInterface("AA:BB:CC:DD:EE:FF") # BLE interface -trap_list = ("ping","ack","testing","pong","motd","help","lheard","sitrep") #A list of strings to trap and respond to +trap_list = ("ping", "ack", "testing", "pong", "motd", "help", "lheard", "sitrep") #A list of strings to trap and respond to welcome_message = "PongBot, here for you like a friend who is not. Try sending: ping @foo or, help" help_message = "Commands are: ping, ack, motd, Lheard. Use 'motd $foo' to set MOTD." RESPOND_BY_DM_ONLY = True # Set to True to respond messages via DM only (keeps the channel clean)