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
$waf clean $waf clean
$waf plane $waf plane
# test bi-directional dshot build # test bi-directional dshot build and smallest flash
echo "Building KakuteF7Mini" echo "Building KakuteF7"
$waf configure --Werror --board KakuteF7Mini $waf configure --Werror --board KakuteF7
$waf clean $waf clean
$waf copter $waf copter
continue continue

Loading…
Cancel
Save