Add RAMPS 1.4.4 to AGCM4 (#16606)

This commit is contained in:
Giuliano Zaro
2020-02-14 06:28:18 +01:00
committed by GitHub
parent a16f3baecc
commit ff0c931e47
6 changed files with 632 additions and 3 deletions

View File

@ -6,5 +6,12 @@
# exit on first failure
set -e
#
# Build with the default configurations
#
restore_configs
opt_set MOTHERBOARD BOARD_AGCM4_RAMPS_144
exec_test $1 $2 "Build Grand Central M4 Default Configuration"
# clean up
restore_configs