This commit is contained in:
Your Name
2025-04-01 11:57:39 +02:00
parent d4c1178b3d
commit 9d280c6e37
3 changed files with 56 additions and 6 deletions

View File

@@ -301,7 +301,7 @@ try:
print(response_SARA_5cf)
time.sleep(0.5)
#step 4: set url (op_code = 1)
#step 4: set url (op_code = 1)
print("SET URL")
command = f'AT+UHTTP={uSpot_profile_id},1,"{uSpot_url}"\r'
ser_sara.write((command + '\r').encode('utf-8'))