Skip to content

Commit 01a6ef9

Browse files
committed
Disabled cycle start input for MKS DLC32 board due to incompatible use. Ref. issue #111.
1 parent 298bc9b commit 01a6ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/boards/mks_dlc32_2_0_map.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#error "Board BOARD_MKS_DLC32_V2P0 does not have support for VFD spindle."
2727
#endif
2828

29-
#define BOARD_NAME "MKS DLC32 2.0"
29+
#define BOARD_NAME "MKS DLC32 2.x"
3030
#define BOARD_URL "https://github.com/makerbase-mks/MKS-DLC32"
3131

3232
#define USE_I2S_OUT
@@ -93,7 +93,7 @@
9393
// Define user-control CONTROLs (cycle start, reset, feed hold) input pins.
9494

9595
#if !I2C_ENABLE
96-
#define FEED_HOLD_PIN GPIO_NUM_0 // J2,3 (I2C_SDA)
96+
//#define FEED_HOLD_PIN GPIO_NUM_0 // J2,3 (I2C_SDA)
9797
#define CYCLE_START_PIN GPIO_NUM_4 // J2,4 (I2C_SCL)
9898
#endif
9999

0 commit comments

Comments
 (0)