LERDGEK 350 B

123456789101112131415
  1. #!/usr/bin/env bash
  2. #
  3. # Build tests for LERDGEK environment
  4. #
  5. # exit on first failure
  6. set -e
  7. #
  8. # Build with the typical configuration
  9. #
  10. restore_configs
  11. opt_set MOTHERBOARD BOARD_LERDGE_K SERIAL_PORT 1
  12. opt_enable TFT_GENERIC TFT_INTERFACE_FSMC TFT_COLOR_UI COMPACT_MARLIN_BOOT_LOGO
  13. exec_test $1 $2 "LERDGE K with Generic FSMC TFT with ColorUI" "$3"