mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
Merge commit 'c251b312d87d26b5ed347b267f6f1570793f9b91' as 'panda'
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
cd ../board
|
||||
make clean
|
||||
|
||||
while true; do
|
||||
make ota
|
||||
sleep 10
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user