Creality 4.2.10 board (#20647)

This commit is contained in:
Scott Lahteine
2021-01-03 07:16:50 -06:00
committed by GitHub
parent 1d63fe6542
commit edea49f9a9
3 changed files with 218 additions and 7 deletions

View File

@@ -530,6 +530,8 @@
#include "stm32f1/pins_CHITU3D_V6.h" // STM32F1 env:chitu_f103
#elif MB(CREALITY_V4)
#include "stm32f1/pins_CREALITY_V4.h" // STM32F1 env:STM32F103RET6_creality
#elif MB(CREALITY_V4210)
#include "stm32f1/pins_CREALITY_V4210.h" // STM32F1 env:STM32F103RET6_creality
#elif MB(CREALITY_V427)
#include "stm32f1/pins_CREALITY_V427.h" // STM32F1 env:STM32F103RET6_creality
#elif MB(CREALITY_V431)