mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
Update pong_bot.py
This commit is contained in:
+4
-1
@@ -178,7 +178,10 @@ def exit_handler():
|
||||
def start_rx():
|
||||
# Start the receive loop
|
||||
pub.subscribe(onReceive, 'meshtastic.receive')
|
||||
print (f"{log_timestamp()} System: Autoresponder Started for device {get_name_from_number(myNodeNum)}")
|
||||
print (f"{log_timestamp()} System: Autoresponder Started for Device1 {get_name_from_number(myNodeNum, 'long', 1)}")
|
||||
if interface2_enabled:
|
||||
print (f"{log_timestamp()} System: Autoresponder Started for Device2 {get_name_from_number(myNodeNum2, 'long', 2)}")
|
||||
|
||||
while True:
|
||||
time.sleep(0.05)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user