mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
changeLoopTime
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user