Fix some alert sounds not repeating (#1763)

* fix sounds not repeating

* fix PC build

* 3 loop

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: af22b282ff20201914a462488700971cfe32cb20
This commit is contained in:
Adeeb Shihadeh
2020-06-22 19:22:02 -07:00
committed by GitHub
parent 00bc04a870
commit 4c19a49586
5 changed files with 29 additions and 29 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/bash
while true
do
service call audio 3 i32 3 i32 $1 i32 1
sleep 1
done