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