mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 00:42:05 +08:00
thermald: add deviceType to logs (#31819)
* thermald: add deviceType to logs * fix
This commit is contained in:
+1
-1
Submodule cereal updated: 93d3df3210...724d1d22ac
@@ -216,6 +216,7 @@ def thermald_thread(end_event, hw_queue) -> None:
|
||||
peripheral_panda_present = peripheralState.pandaType != log.PandaState.PandaType.unknown
|
||||
|
||||
msg = read_thermal(thermal_config)
|
||||
msg.deviceState.deviceType = HARDWARE.get_device_type()
|
||||
|
||||
if sm.updated['pandaStates'] and len(pandaStates) > 0:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user