Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit 1009fc7

Browse files
FW: Updated ArduCopter FW
1 parent 33c2462 commit 1009fc7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

recipes-firmware/pixhawk/pixhawk-green-fw_3.5.4.bb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ REPO_NAME = "ardupilot-solo"
88
#REPO_TAG = "solo-${PV}"
99
REPO_TAG = "solo-master"
1010
FILE_EXT = "px4"
11-
FILE_SRC = "ArduCopter-v3.${FILE_EXT}"
12-
FILE_DST = "ArduCopter-v3_${PV}.${FILE_EXT}"
11+
FILE_SRC = "ArduCopter-v3_3.5.4_Solo.px4"
12+
FILE_DST = "ArduCopter-v3_3.5.4_Solo.px4"
1313

1414
do_fetch () {
15-
16-
wget https://github.com/OpenSolo/documentation/raw/master/ArduCopter_3.5.4_Solo.px4 -O ${WORKDIR}/${FILE_SRC}
17-
15+
wget https://github.com/OpenSolo/documentation/raw/master/ArduCopter-v3_3.5.4_Solo.px4 -O ${WORKDIR}/${FILE_SRC}
1816
}
1917

2018
do_install () {

0 commit comments

Comments
 (0)