From 3844c5a2e78c0b4734c5ea62967cd683ed73aa59 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 1 Mar 2021 14:04:25 +0100 Subject: [PATCH] tici fix ambient temperature zone old-commit-hash: 0d635bd59db468d0544b55eaad2154c285fff4a4 --- selfdrive/hardware/tici/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/hardware/tici/hardware.py b/selfdrive/hardware/tici/hardware.py index edae0934cb..0ae58ce549 100644 --- a/selfdrive/hardware/tici/hardware.py +++ b/selfdrive/hardware/tici/hardware.py @@ -182,7 +182,7 @@ class Tici(HardwareBase): os.system("sudo poweroff") def get_thermal_config(self): - return ThermalConfig(cpu=((1, 2, 3, 4, 5, 6, 7, 8), 1000), gpu=((48,49), 1000), mem=(15, 1000), bat=(None, 1), ambient=(70, 1000)) + return ThermalConfig(cpu=((1, 2, 3, 4, 5, 6, 7, 8), 1000), gpu=((48,49), 1000), mem=(15, 1000), bat=(None, 1), ambient=(65, 1000)) def set_screen_brightness(self, percentage): with open("/sys/class/backlight/panel0-backlight/brightness", "w") as f: