From dfba95668541d403e55f3ff3fb2ab16c93e29f7d Mon Sep 17 00:00:00 2001 From: PaulVua Date: Tue, 18 Mar 2025 18:01:33 +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 c9e99c9..8047bdd 100755 --- a/loop/SARA_send_data_v2.py +++ b/loop/SARA_send_data_v2.py @@ -816,7 +816,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}

')