Skip to content

Commit

Permalink
tools: ardupilot: bootstrap: update uploader hash
Browse files Browse the repository at this point in the history
- new `uploader.py` version, which actually has a non-zero exit status when it fails
  • Loading branch information
ES-Alexander authored and patrickelectric committed May 26, 2022
1 parent 8be4db7 commit 76abb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/ardupilot_tools/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
## Download and install necessary tools to user binary folder with the correct permissions

### Ardupilot's uploader is used to upload firmwares to serial boards
COMMIT_HASH=4ea8c32c61781fa36dff9748fe3a18cdb5743abb
COMMIT_HASH=f6544ca25ab232407ec102b7a5adf0adca0f2062
LOCAL_PATH_UPLOADER="/usr/bin/ardupilot_fw_uploader.py"
REMOTE_URL_UPLOADER="https://raw.githubusercontent.com/ArduPilot/ardupilot/${COMMIT_HASH}/Tools/scripts/uploader.py"

Expand Down

0 comments on commit 76abb0b

Please sign in to comment.