|
|
@ -407,8 +407,8 @@ def thermald_thread(): |
|
|
|
should_start_prev = should_start |
|
|
|
should_start_prev = should_start |
|
|
|
startup_conditions_prev = startup_conditions.copy() |
|
|
|
startup_conditions_prev = startup_conditions.copy() |
|
|
|
|
|
|
|
|
|
|
|
# report to server once per minute |
|
|
|
# report to server once every 10 minutes |
|
|
|
if (count % int(60. / DT_TRML)) == 0: |
|
|
|
if (count % int(600. / DT_TRML)) == 0: |
|
|
|
location = messaging.recv_sock(location_sock) |
|
|
|
location = messaging.recv_sock(location_sock) |
|
|
|
cloudlog.event("STATUS_PACKET", |
|
|
|
cloudlog.event("STATUS_PACKET", |
|
|
|
count=count, |
|
|
|
count=count, |
|
|
|