Skip to content

Commit 3e3951e

Browse files
adeebshihadehspektor56
authored andcommitted
Revert "thermald: consider pmic in component temp management (commaai#24708)"
This reverts commit c8c21ba.
1 parent c36248b commit 3e3951e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/thermald/thermald.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def thermald_thread(end_event, hw_queue):
260260
current_filter.update(msg.deviceState.batteryCurrent / 1e6)
261261

262262
max_comp_temp = temp_filter.update(
263-
max(max(msg.deviceState.cpuTempC), msg.deviceState.memoryTempC, max(msg.deviceState.gpuTempC), max(msg.deviceState.pmicTempC))
263+
max(max(msg.deviceState.cpuTempC), msg.deviceState.memoryTempC, max(msg.deviceState.gpuTempC))
264264
)
265265

266266
if fan_controller is not None:

0 commit comments

Comments
 (0)