mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update pong_bot.py
This commit is contained in:
+4
-1
@@ -255,5 +255,8 @@ pub.subscribe(onReceive, 'meshtastic.receive')
|
||||
print (f"System: Autoresponder Started for device {get_name_from_number(myNodeNum)}")
|
||||
|
||||
while True:
|
||||
# Catch CTL+C to exit
|
||||
time.sleep(0.05)
|
||||
signal.signal(signal.SIGINT, exit_handler)
|
||||
pass
|
||||
time.sleep(0.05)
|
||||
pass
|
||||
Reference in New Issue
Block a user