Browse Source

[Bebop 2] fix upload

sbg
Bram Strack van Schijndel 7 years ago committed by Beat Küng
parent
commit
0b6dc65e3c
  1. 2
      Tools/adb_upload_to_bebop.sh

2
Tools/adb_upload_to_bebop.sh

@ -42,7 +42,7 @@ if [[ $adb_return == "" ]]; then @@ -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…
Cancel
Save