mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
[Bebop 2] fix upload
This commit is contained in:
parent
b678f8bc5b
commit
0b6dc65e3c
@ -42,7 +42,7 @@ if [[ $adb_return == "" ]]; then
|
||||
restart_px4=true
|
||||
fi
|
||||
|
||||
../Tools/adb_upload.sh $@
|
||||
$(dirname "$0")/adb_upload.sh $@
|
||||
|
||||
# restart the process after uploading
|
||||
if [ "$restart_px4" = true ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user