mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-21 01:23:54 +08:00
* fix sounds not repeating * fix PC build * 3 loop Co-authored-by: Comma Device <device@comma.ai>
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
|