Merge commit 'c251b312d87d26b5ed347b267f6f1570793f9b91' as 'panda'

This commit is contained in:
Vehicle Researcher
2017-12-23 17:10:42 -08:00
257 changed files with 54725 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
cd ../board
make clean
while true; do
make ota
sleep 10
done