mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-21 00:13:53 +08:00
* fix sounds not repeating
* fix PC build
* 3 loop
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: af22b282ff
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/usr/bin/bash
|
|
while true
|
|
do
|
|
service call audio 3 i32 3 i32 $1 i32 1
|
|
sleep 1
|
|
done
|