mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
[Bebop 2] fix upload
This commit is contained in:
committed by
Beat Küng
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
|
||||
|
||||
Reference in New Issue
Block a user