mirror of https://github.com/ArduPilot/ardupilot
Tools: change KakuteF7Mini build to KakuteF7 to get biggest flash
This commit is contained in:
parent
09603e29ce
commit
f0954f35a7
|
@ -201,9 +201,9 @@ for t in $CI_BUILD_TARGET; do
|
|||
$waf clean
|
||||
$waf plane
|
||||
|
||||
# test bi-directional dshot build
|
||||
echo "Building KakuteF7Mini"
|
||||
$waf configure --Werror --board KakuteF7Mini
|
||||
# test bi-directional dshot build and smallest flash
|
||||
echo "Building KakuteF7"
|
||||
$waf configure --Werror --board KakuteF7
|
||||
$waf clean
|
||||
$waf copter
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue