Tools: change KakuteF7Mini build to KakuteF7 to get biggest flash

This commit is contained in:
Hwurzburg 2021-01-01 19:06:25 -06:00 committed by Peter Barker
parent 09603e29ce
commit f0954f35a7
1 changed files with 3 additions and 3 deletions

View File

@ -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