Fix STM32 + SoftwareSerial compile (#17831)
This commit is contained in:
parent
52f3f3b5ab
commit
208af8cb15
6 changed files with 23 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue