From cee6c7f79b9fd910c7d3ce46ea16c986b551c78d Mon Sep 17 00:00:00 2001 From: PaulVua Date: Wed, 19 Feb 2025 13:29:53 +0100 Subject: [PATCH] update --- loop/SARA_send_data_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loop/SARA_send_data_v2.py b/loop/SARA_send_data_v2.py index 7162d81..0274d3d 100644 --- a/loop/SARA_send_data_v2.py +++ b/loop/SARA_send_data_v2.py @@ -253,7 +253,7 @@ def read_complete_response(serial_connection, timeout=2, end_of_response_timeout for target_line in wait_for_lines: if target_line in decoded_response: if debug: - print(f"[DEBUG] 🔎 Found target line: {target_line}") + print(f"[DEBUG] 🔎 Found target line: {target_line} (in {elapsed_time:.2f}s)") return decoded_response # Return response immediately if a target line is found elif time.time() > end_time: if debug: