fix nnff sound
This commit is contained in:
parent
9f911725f2
commit
7e4078b6e2
@ -65,7 +65,7 @@ sound_list: dict[int, tuple[str, int | None, float]] = {
|
||||
AudibleAlert.audio8: ("audio_8.wav", None, MAX_VOLUME),
|
||||
AudibleAlert.audio9: ("audio_9.wav", None, MAX_VOLUME),
|
||||
AudibleAlert.audio10: ("audio_10.wav", None, MAX_VOLUME),
|
||||
AudibleAlert.nnff: ("nnff.wav", None, MAX_VOLUME),
|
||||
AudibleAlert.nnff: ("nnff.wav", 1, MAX_VOLUME),
|
||||
}
|
||||
|
||||
def check_selfdrive_timeout_alert(sm):
|
||||
|
Loading…
x
Reference in New Issue
Block a user