Allow overriding servo pin for MKS Robin Mini (#20158)
This commit is contained in:
parent
c12e6933f5
commit
9767e59e6c
|
@ -111,7 +111,9 @@
|
|||
#define POWER_LOSS_PIN PA2 // PW_DET
|
||||
#define PS_ON_PIN PA3 // PW_OFF
|
||||
|
||||
#ifndef SERVO0_PIN
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH support on IO0 (WIFI connector)
|
||||
#endif
|
||||
|
||||
#define MT_DET_1_PIN PA4
|
||||
#define MT_DET_PIN_INVERTING false
|
||||
|
|
Loading…
Reference in a new issue