Browse Source

🐛 Fix some board names

Scott Lahteine 4 years ago
parent
commit
a76d8c70dd

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V452.h View File

@@ -29,7 +29,7 @@
29 29
   #error "Creality v4.5.2 only supports one hotend / E-stepper. Comment out this line to continue."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME "Creality v4.5.2"
32
+#define BOARD_INFO_NAME "Creality v4.5.2"
33 33
 
34 34
 #define HEATER_0_PIN                        PA1   // HEATER1
35 35
 #define HEATER_BED_PIN                      PA2   // HOT BED

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V453.h View File

@@ -29,7 +29,7 @@
29 29
   #error "Creality v4.5.3 only supports one hotend / E-stepper. Comment out this line to continue."
30 30
 #endif
31 31
 
32
-#define BOARD_NAME "Creality v4.5.3"
32
+#define BOARD_INFO_NAME "Creality v4.5.3"
33 33
 
34 34
 #define HEATER_0_PIN                        PB14  // HEATER1
35 35
 #define HEATER_BED_PIN                      PB13  // HOT BED

Loading…
Cancel
Save