Fix LCD menus + DAC (#19907)

This commit is contained in:
Jason Smith
2020-10-27 19:40:12 -07:00
committed by Scott Lahteine
parent f5f6170858
commit 2a4cdf5a5d
2 changed files with 9 additions and 4 deletions

View File

@ -11,7 +11,12 @@ set -e
#
restore_configs
opt_set MOTHERBOARD BOARD_PRINTRBOARD
exec_test $1 $2 "Default Configuration"
exec_test $1 $2 "Printrboard Configuration"
restore_configs
opt_set MOTHERBOARD BOARD_PRINTRBOARD_REVF
opt_enable MINIPANEL
exec_test $1 $2 "Printrboard RevF with MiniPanel and Stepper DAC (in pins file)"
# clean up
restore_configs