update
This commit is contained in:
@@ -119,7 +119,7 @@ try:
|
||||
print('<h3>Start reboot python script</h3>')
|
||||
|
||||
# 1. Set AIRCARTO URL
|
||||
print('Set aircarto URL')
|
||||
print('➡️Set aircarto URL')
|
||||
aircarto_profile_id = 0
|
||||
aircarto_url="data.nebuleair.fr"
|
||||
command = f'AT+UHTTP={aircarto_profile_id},1,"{aircarto_url}"\r'
|
||||
@@ -129,7 +129,7 @@ try:
|
||||
time.sleep(1)
|
||||
|
||||
#2. Set uSpot URL
|
||||
print('Set uSpot URL')
|
||||
print('➡️Set uSpot URL')
|
||||
uSpot_profile_id = 1
|
||||
uSpot_url="api-prod.uspot.probesys.net"
|
||||
command = f'AT+UHTTP={uSpot_profile_id},1,"{uSpot_url}"\r'
|
||||
|
||||
Reference in New Issue
Block a user