mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
Update thermald to set ignition_seen back to False if Panda disconnected (#820)
old-commit-hash: a0b41e6cf9
This commit is contained in:
committed by
rbiasini
parent
4817e9eb6c
commit
61114d0871
@@ -157,6 +157,7 @@ def thermald_thread():
|
||||
# clear car params when panda gets disconnected
|
||||
if health is None and health_prev is not None:
|
||||
params.panda_disconnect()
|
||||
ignition_seen = False
|
||||
health_prev = health
|
||||
|
||||
# loggerd is gated based on free space
|
||||
|
||||
Reference in New Issue
Block a user