This website requires JavaScript.
Explore
Help
Register
Sign In
commaai
/
panda
mirror of
https://github.com/commaai/panda.git
Watch
1
Star
0
Fork
You've already forked panda
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8b41ed3b81
panda
/
tests
/
flashing_loop.sh
10 lines
79 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
cd
../board
make clean
while
true
;
do
make ota
sleep
10
done
Reference in New Issue
View Git Blame
Copy Permalink