mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update mesh_bot.py
This commit is contained in:
@@ -317,7 +317,7 @@ def handle_testing(message, hop, snr, rssi):
|
||||
else:
|
||||
return "🎙Testing 1,2,3 " + hop
|
||||
|
||||
def handle_whoami(message_from_id, deviceID, channel_number)
|
||||
def handle_whoami(message_from_id, deviceID, channel_number):
|
||||
return "You are " + message_from_id + " on " + channel_number + "being received by " + deviceID
|
||||
|
||||
def onDisconnect(interface):
|
||||
|
||||
Reference in New Issue
Block a user