changeLoopTime

This commit is contained in:
SpudGunMan
2024-07-26 22:41:37 -07:00
parent dc3d234eb9
commit 5f929dc37d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ def start_rx():
print (f"{log_timestamp()} System: Autoresponder Started for Device2 {get_name_from_number(myNodeNum2, 'long', 2)}")
while True:
time.sleep(0.05)
time.sleep(0.5) # sleep to allow the event loop to process
pass
def exit_handler():
+1 -1
View File
@@ -205,7 +205,7 @@ def start_rx():
print (f"{log_timestamp()} System: Autoresponder Started for Device2 {get_name_from_number(myNodeNum2, 'long', 2)}")
while True:
time.sleep(0.05)
time.sleep(0.5) # sleep to allow the event loop to process
pass
# Hello World