We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298bc9b commit 01a6ef9Copy full SHA for 01a6ef9
main/boards/mks_dlc32_2_0_map.h
@@ -26,7 +26,7 @@
26
#error "Board BOARD_MKS_DLC32_V2P0 does not have support for VFD spindle."
27
#endif
28
29
-#define BOARD_NAME "MKS DLC32 2.0"
+#define BOARD_NAME "MKS DLC32 2.x"
30
#define BOARD_URL "https://github.com/makerbase-mks/MKS-DLC32"
31
32
#define USE_I2S_OUT
@@ -93,7 +93,7 @@
93
// Define user-control CONTROLs (cycle start, reset, feed hold) input pins.
94
95
#if !I2C_ENABLE
96
-#define FEED_HOLD_PIN GPIO_NUM_0 // J2,3 (I2C_SDA)
+//#define FEED_HOLD_PIN GPIO_NUM_0 // J2,3 (I2C_SDA)
97
#define CYCLE_START_PIN GPIO_NUM_4 // J2,4 (I2C_SCL)
98
99
0 commit comments