mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-24 01:33:46 +08:00
hw: add fan intake and exhaust temps (#34156)
* hw: add fan intake and exhaust temps * remove bat --------- Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -3,7 +3,7 @@ from collections import namedtuple
|
||||
|
||||
from cereal import log
|
||||
|
||||
ThermalConfig = namedtuple('ThermalConfig', ['cpu', 'gpu', 'mem', 'bat', 'pmic'])
|
||||
ThermalConfig = namedtuple('ThermalConfig', ['cpu', 'gpu', 'mem', 'pmic', 'intake', 'exhaust'])
|
||||
NetworkType = log.DeviceState.NetworkType
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user