mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-30 13:30:14 +02:00
change the build system to embed the 'master' ArduCopter-v3.px4 instead of the -v2, as that's what Matt and Philip said is the way to go. :-)
This commit is contained in:
parent
1e40b3d88d
commit
fbe9e71abf
@ -17,7 +17,7 @@ do_fetch () {
|
|||||||
|
|
||||||
# TODO - smart fetch the correct version of the formware to match the repo-tag requested or something
|
# TODO - smart fetch the correct version of the formware to match the repo-tag requested or something
|
||||||
# for now, get the LATEST MASTER PX4v2 ( ie pixhawk1 or 2.0(solo) firmware from ArduPilot build system:
|
# for now, get the LATEST MASTER PX4v2 ( ie pixhawk1 or 2.0(solo) firmware from ArduPilot build system:
|
||||||
curl http://firmware.ap.ardupilot.org/Copter/latest/PX4/ArduCopter-v2.px4 -o ${WORKDIR}/${FILE_SRC}
|
curl http://firmware.ap.ardupilot.org/Copter/latest/PX4/ArduCopter-v3.px4 -o ${WORKDIR}/${FILE_SRC}
|
||||||
# or simply fake it with a zero-length file if the curl fails for some reason..:
|
# or simply fake it with a zero-length file if the curl fails for some reason..:
|
||||||
#touch ${WORKDIR}/${FILE_SRC}
|
#touch ${WORKDIR}/${FILE_SRC}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user