Skip to content

Commit cbd404b

Browse files
committed
Revert "thermald: consider pmic in component temp management (#24708)"
This reverts commit c8c21ba.
1 parent f05166a commit cbd404b

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
@@ -249,7 +249,7 @@ def thermald_thread(end_event, hw_queue):
249249
current_filter.update(msg.deviceState.batteryCurrent / 1e6)
250250

251251
max_comp_temp = temp_filter.update(
252-
max(max(msg.deviceState.cpuTempC), msg.deviceState.memoryTempC, max(msg.deviceState.gpuTempC), max(msg.deviceState.pmicTempC))
252+
max(max(msg.deviceState.cpuTempC), msg.deviceState.memoryTempC, max(msg.deviceState.gpuTempC))
253253
)
254254

255255
if fan_controller is not None:

0 commit comments

Comments
 (0)