From ff282a90a419ea0b98c4b9922e48499c63af52ab Mon Sep 17 00:00:00 2001 From: "Mr.one" Date: Wed, 4 Feb 2026 22:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91controlsd.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selfdrive/controls/controlsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/controls/controlsd.py b/selfdrive/controls/controlsd.py index 3c04cf28..ad269033 100755 --- a/selfdrive/controls/controlsd.py +++ b/selfdrive/controls/controlsd.py @@ -192,7 +192,7 @@ class Controls: self.startup_event = get_startup_event(car_recognized, not self.CP.passive, len(self.CP.carFw) > 0) if not sounds_available: - self.events.add(EventName.soundsUnavailable, static=True) + pass#self.events.add(EventName.soundsUnavailable, static=True) if not car_recognized: self.events.add(EventName.carUnrecognized, static=True) if len(self.CP.carFw) > 0: