Browse Source

Fix 1_75mm_MK3-EINSy10a-E3Dv6full variant build error.

Marek Bel 5 năm trước cách đây
mục cha
commit
c45a7f8641
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -7640,7 +7640,7 @@ static bool lcd_selftest_fsensor(void)
 	fsensor_init();
 	if (fsensor_not_responding)
 	{
-		lcd_selftest_error(11, NULL, NULL);
+		lcd_selftest_error(TestError::wiringFsensor, NULL, NULL);
 	}
 	return (!fsensor_not_responding);
 }