Browse Source

Tools: change KakuteF7Mini build to KakuteF7 to get biggest flash

zr-v5.1
Hwurzburg 4 years ago committed by Peter Barker
parent
commit
f0954f35a7
  1. 6
      Tools/scripts/build_ci.sh

6
Tools/scripts/build_ci.sh

@ -201,9 +201,9 @@ for t in $CI_BUILD_TARGET; do @@ -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…
Cancel
Save