Skip to content

Commit

Permalink
🐛 Fix some board names
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 9, 2021
1 parent 89e84fe commit 2aad79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_CREALITY_V452.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#error "Creality v4.5.2 only supports one hotend / E-stepper. Comment out this line to continue."
#endif

#define BOARD_NAME "Creality v4.5.2"
#define BOARD_INFO_NAME "Creality v4.5.2"

#define HEATER_0_PIN PA1 // HEATER1
#define HEATER_BED_PIN PA2 // HOT BED
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_CREALITY_V453.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#error "Creality v4.5.3 only supports one hotend / E-stepper. Comment out this line to continue."
#endif

#define BOARD_NAME "Creality v4.5.3"
#define BOARD_INFO_NAME "Creality v4.5.3"

#define HEATER_0_PIN PB14 // HEATER1
#define HEATER_BED_PIN PB13 // HOT BED
Expand Down

0 comments on commit 2aad79f

Please sign in to comment.