From 167fa565c040fa7ccf8933dc6347c85865d66c32 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 1 Mar 2021 12:14:29 -0800 Subject: [PATCH] default this on --- selfdrive/thermald/thermald.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/thermald/thermald.py b/selfdrive/thermald/thermald.py index 3c2eace847..f538cd9033 100755 --- a/selfdrive/thermald/thermald.py +++ b/selfdrive/thermald/thermald.py @@ -23,7 +23,7 @@ from selfdrive.version import get_git_branch, terms_version, training_version FW_SIGNATURE = get_expected_signature() -DISABLE_LTE_ONROAD = os.path.exists("/persist/disable_lte_onroad") +DISABLE_LTE_ONROAD = os.path.exists("/persist/disable_lte_onroad") or TICI ThermalStatus = log.DeviceState.ThermalStatus NetworkType = log.DeviceState.NetworkType