mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
Fix missing visual car dash alerts (#34385)
* fix missing visual dash alerts * update refs
This commit is contained in:
@@ -440,6 +440,7 @@ class SelfdriveD:
|
||||
ss.alertStatus = self.AM.current_alert.alert_status
|
||||
ss.alertType = self.AM.current_alert.alert_type
|
||||
ss.alertSound = self.AM.current_alert.audible_alert
|
||||
ss.alertHudVisual = self.AM.current_alert.visual_alert
|
||||
|
||||
self.pm.send('selfdriveState', ss_msg)
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
95660c3f59ea12ccf42154e9bd24ef9791c58d0e
|
||||
f74fe264ab57d6698a4eb550a5769c46f3d03021
|
||||
Reference in New Issue
Block a user