default this on

pull/20321/head
Adeeb Shihadeh 2021-03-01 12:14:29 -08:00
parent afcbf60cad
commit 167fa565c0
1 changed files with 1 additions and 1 deletions

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