File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/tools/ardupilot_tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515mkdir -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
1919LOCAL_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
You can’t perform that action at this time.
0 commit comments