Skip to content

Commit

Permalink
Disabled cycle start input for MKS DLC32 board due to incompatible us…
Browse files Browse the repository at this point in the history
…e. Ref. issue #111.
  • Loading branch information
terjeio committed Jun 27, 2024
1 parent 298bc9b commit 01a6ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/boards/mks_dlc32_2_0_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#error "Board BOARD_MKS_DLC32_V2P0 does not have support for VFD spindle."
#endif

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

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

#if !I2C_ENABLE
#define FEED_HOLD_PIN GPIO_NUM_0 // J2,3 (I2C_SDA)
//#define FEED_HOLD_PIN GPIO_NUM_0 // J2,3 (I2C_SDA)
#define CYCLE_START_PIN GPIO_NUM_4 // J2,4 (I2C_SCL)
#endif

Expand Down

0 comments on commit 01a6ef9

Please sign in to comment.