mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-06 08:46:04 +08:00
default this on
old-commit-hash: 167fa565c040fa7ccf8933dc6347c85865d66c32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user