更新通信协议。

This commit is contained in:
xinyang
2019-05-09 20:14:25 +08:00
parent 13ffc6efe6
commit 85e1df61da
6 changed files with 21 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
echo "#!/bin/bash" > $2/monitor-run
echo "$1/tools/monitor.sh \"$2/run --run-with-camera\"" >> $2/monitor-run
echo "$1/tools/monitor.sh \"$2/run --run-with-camera --show-armor-box\"" >> $2/monitor-run
chmod +x $2/monitor-run