default this on

This commit is contained in:
Adeeb Shihadeh
2021-03-01 12:14:29 -08:00
parent afcbf60cad
commit 167fa565c0

View File

@@ -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