mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
Squashed 'panda/' content from commit 3b356216
git-subtree-dir: panda git-subtree-split: 3b35621671aaa6de3fc66d85d30e4208a77e2489
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