This commit is contained in:
Your Name
2025-05-20 09:50:15 +02:00
parent c06741b11d
commit 11463b175c

View File

@@ -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