mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 06:32:08 +08:00
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:
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
while true
|
||||
do
|
||||
service call audio 3 i32 3 i32 $1 i32 1
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user