default this on

old-commit-hash: 167fa565c0
commatwo_master
Adeeb Shihadeh 4 years ago
parent 9f05976c62
commit 9df9ea6439
  1. 2
      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

Loading…
Cancel
Save