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
')