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: