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