2024-07-11 -

This commit is contained in:
Adolfo Delorenzo 2024-07-11 14:39:26 -06:00
parent 4bc4c4e6c6
commit 0717aed610

View File

@ -52,9 +52,12 @@ def get_gps_position():
if 1 == answer:
answer = 0
if ',,,,,,' in rec_buff:
print('GPS no está listo')
rec_null = False
time.sleep(1)
gps_info = extract_gps_info(rec_buff)
client.publish("iiot/" + myhost + "/gps", gps_info, 2)
return True
else:
print('GPS no está listo')
time.sleep(1)
else:
print('error %d'%answer)
rec_buff = ''