Tools: add KakuteFMini to CI f7 build to test bi-directional dshot

This commit is contained in:
Andy Piper 2020-12-12 16:02:36 +00:00 committed by Andrew Tridgell
parent 5436784d38
commit b5688c023c

View File

@ -200,6 +200,12 @@ for t in $CI_BUILD_TARGET; do
$waf configure --Werror --board mRoX21-777
$waf clean
$waf plane
# test bi-directional dshot build
echo "Building KakuteF7Mini"
$waf configure --Werror --board KakuteF7Mini
$waf clean
$waf copter
continue
fi