From 64113e723e3afe779d693afde11a9b7494156e55 Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Sun, 25 Jan 2026 13:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91hardwared.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/hardware/hardwared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hardware/hardwared.py b/system/hardware/hardwared.py index dd036927..899495eb 100755 --- a/system/hardware/hardwared.py +++ b/system/hardware/hardwared.py @@ -325,7 +325,7 @@ def hardware_thread(end_event, hw_queue) -> None: set_offroad_alert_if_changed("Offroad_TemperatureTooHigh", show_alert, extra_text=extra_text) # TODO: this should move to TICI.initialize_hardware, but we currently can't import params there - if TICI: + if False: if not os.path.isfile("/persist/comma/living-in-the-moment"): if not Path("/data/media").is_mount(): set_offroad_alert_if_changed("Offroad_StorageMissing", True)