From 76abb0bd067e51c6f8d87403e85db6f6645defd5 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Thu, 26 May 2022 14:41:01 +1000 Subject: [PATCH] tools: ardupilot: bootstrap: update uploader hash - new `uploader.py` version, which actually has a non-zero exit status when it fails --- core/tools/ardupilot_tools/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/ardupilot_tools/bootstrap.sh b/core/tools/ardupilot_tools/bootstrap.sh index 4cc29fcc4a..fc4c72b535 100755 --- a/core/tools/ardupilot_tools/bootstrap.sh +++ b/core/tools/ardupilot_tools/bootstrap.sh @@ -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"