Fix STM32 + SoftwareSerial compile (#17831)

This commit is contained in:
Jason Smith
2020-05-02 15:24:51 -07:00
committed by GitHub
parent 52f3f3b5ab
commit 208af8cb15
6 changed files with 23 additions and 15 deletions

View File

@@ -12,7 +12,9 @@ set -e
restore_configs
opt_set MOTHERBOARD BOARD_BTT_BTT002_V1_0
opt_set SERIAL_PORT 1
exec_test $1 $2 "BigTreeTech BTT002 Default Configuration"
opt_set X_DRIVER_TYPE TMC2209
opt_set Y_DRIVER_TYPE TMC2130
exec_test $1 $2 "BigTreeTech BTT002 Default Configuration plus TMC steppers"
# clean up
restore_configs