From 932fdf83a279b75e4cd9555774bda3ff5fce4f98 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 May 2025 09:21:34 +0200 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 08ccec3..04b6cd2 100755 --- a/loop/SARA_send_data_v2.py +++ b/loop/SARA_send_data_v2.py @@ -1064,7 +1064,7 @@ try: psd_csd_resets = reset_PSD_CSD_connection() if psd_csd_resets: print("✅PSD CSD connection reset successfully") - else: + else: print("⛔There were issues with the modem CSD PSD reinitialize process") elif error_code == 26: print('

Error 26: Connection timed out

')