This commit is contained in:
1okko
2025-11-19 13:25:51 +08:00
parent 8383cc6688
commit ec60d7beea
11 changed files with 288 additions and 118 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ def hardware_thread(end_event, hw_queue) -> None:
# - TIZI, or
# - TICI and channel_type is "tici"
build_metadata = get_build_metadata()
is_unsupported_combo = TICI and HARDWARE.get_device_type() == "tici" and build_metadata.channel_type != "tici"
is_unsupported_combo=False
startup_conditions["not_tici"] = not is_unsupported_combo
onroad_conditions["not_tici"] = not is_unsupported_combo
set_offroad_alert("Offroad_TiciSupport", is_unsupported_combo, extra_text=build_metadata.channel)