Make sangaboard version generic 0.5.x

This commit is contained in:
Filip Ayazi 2023-10-06 04:34:48 +01:00
parent 8d31397110
commit a4cfee8a77

View file

@ -79,7 +79,7 @@
#define SUPPORT_EEPROM #define SUPPORT_EEPROM
#define STAGE_MAX_MOTORS 4 #define STAGE_MAX_MOTORS 4
#elif defined(BOARD_SANGABOARDv5) #elif defined(BOARD_SANGABOARDv5)
#define BOARD_STRING "Sangaboard v0.5.1" #define BOARD_STRING "Sangaboard v0.5.x"
#define WIRING_MOTOR_X 18, 19, 20, 21 #define WIRING_MOTOR_X 18, 19, 20, 21
#define WIRING_MOTOR_Y 6, 7, 16, 17 #define WIRING_MOTOR_Y 6, 7, 16, 17
#define WIRING_MOTOR_Z 2, 3, 4, 5 #define WIRING_MOTOR_Z 2, 3, 4, 5