From 5f929dc37d19f0910451cb08f92e85c1e27d3f5e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 26 Jul 2024 22:41:37 -0700 Subject: [PATCH] changeLoopTime --- mesh_bot.py | 2 +- pong_bot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index 390a391..3e0abc5 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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(): diff --git a/pong_bot.py b/pong_bot.py index c7176fd..bfe0d31 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -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