Match C4 cooling curve

This commit is contained in:
whoisdomi
2026-09-02 15:48:07 -05:00
parent 079c17d957
commit b16197a9ca
+1 -3
View File
@@ -7,9 +7,7 @@ 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
OFFSET = 0
class BaseFanController(ABC):
@abstractmethod