Skip to content

Commit b1d7d18

Browse files
wip: use exclusive=True on ardupilot_fw_uploader.py
1 parent c235a91 commit b1d7d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tools/ardupilot_tools/setup-python-libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ fi
1515
mkdir -p "$PYTHON_BIN_DIR"
1616

1717
### Ardupilot's uploader is used to upload firmwares to serial boards
18-
COMMIT_HASH=f6544ca25ab232407ec102b7a5adf0adca0f2062
18+
COMMIT_HASH=1e5ddeb0d61a408e34a88173b2b48e44ad79329e
1919
LOCAL_PATH_UPLOADER="$PYTHON_BIN_DIR/ardupilot_fw_uploader.py"
20-
REMOTE_URL_UPLOADER="https://raw.githubusercontent.com/ArduPilot/ardupilot/${COMMIT_HASH}/Tools/scripts/uploader.py"
20+
REMOTE_URL_UPLOADER="https://raw.githubusercontent.com/williangalvani/ardupilot/${COMMIT_HASH}/Tools/scripts/uploader.py"
2121

2222
# Sudo command is not available on docker and the script is also used in different environments
2323
# The SUDO alias allow the usage of sudo when such command exists and also ignore if it doesn't

0 commit comments

Comments
 (0)