(cherry picked from commit 81fceadb7817b831e47e679a07f515b02950e6e8)
This commit is contained in:
elkoled
2026-05-28 12:01:59 -07:00
committed by firestar5683
parent e9dc540f64
commit e7fa0f51a6
+2
View File
@@ -7,6 +7,8 @@ from openpilot.common.swaglog import cloudlog
from openpilot.common.pid import PIDController
from openpilot.system.hardware import HARDWARE
# raise fan setpoint on tici/tizi to reduce noise
# after raising LMH threshold in AGNOS 18.1 to prevent CPU throttling
OFFSET = 0 if HARDWARE.get_device_type() == "mici" else 5
class BaseFanController(ABC):