Files
panda-meb/tests/flashing_loop.sh

10 lines
79 B
Bash
Raw Normal View History

2017-07-20 16:01:47 -07:00
#!/bin/bash
cd ../board
make clean
while true; do
make ota
sleep 10
done