From 4d15076d4ba18ee98b67c05906995d577f32ac84 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 20 Mar 2025 09:56:36 +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 d445667..b5a5a19 100755 --- a/loop/SARA_send_data_v2.py +++ b/loop/SARA_send_data_v2.py @@ -897,7 +897,7 @@ try: print(f'
➡️ Updating RTC with server time: {server_time_formatted}
', end="") else: - print(f'
✅ RTC time is synchronized with server time (within 10 seconds)
') + print(f'
✅ RTC time is synchronized with server time (within 60 seconds)
') except Exception as e: print(f'

Error comparing times: {e}

')