Skip to content

Commit 592e88d

Browse files
thisiskeithbLCh-77
authored andcommitted
👷 Use Biqu BX for CI test (MarlinFirmware#24331)
1 parent 1e27824 commit 592e88d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

buildroot/tests/BTT_SKR_SE_BX

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ set -e
99
#
1010
# Build with the default configurations
1111
#
12-
restore_configs
13-
opt_set MOTHERBOARD BOARD_BTT_SKR_SE_BX
14-
opt_set SERIAL_PORT 1
15-
exec_test $1 $2 "Default Configuration" "$3"
12+
use_example_configs BIQU/BX
13+
exec_test $1 $2 "BIQU/BX" "$3"
1614

1715
# clean up
1816
restore_configs

0 commit comments

Comments
 (0)