From 11463b175c07d4f3afd475a7bf45cdd3a318e914 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 May 2025 09:50:15 +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 e204d6d..66005a3 100755 --- a/loop/SARA_send_data_v2.py +++ b/loop/SARA_send_data_v2.py @@ -474,7 +474,7 @@ def reset_PSD_CSD_connection(profile_id): if not http_reset_success: print("⚠️ AirCarto HTTP profile reset failed") elif profile_id ==1: - #do other things + pass # TODO: implement handling for profile 1 else: print(f"❌ Unsupported profile ID: {profile_id}") http_reset_success = False