🩹 Fix Ender 2 stock LCD (#25538)

This commit is contained in:
ellensp
2023-03-19 13:17:21 +13:00
committed by Sven Soost
parent 66e5a906fb
commit 707797f5d0
2 changed files with 19 additions and 2 deletions

16
buildroot/tests/melzi_optiboot Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
#
# Build tests for melzi_optiboot
#
# exit on first failure
set -e
#
# Ender 2
#
use_example_configs Creality/Ender-2
exec_test $1 $2 "Ender 2" "$3"
# clean up
restore_configs