Allow overriding servo pin for MKS Robin Mini (#20158)

This commit is contained in:
Jason Smith 2020-11-17 00:40:37 -08:00 committed by Scott Lahteine
parent 2979504b9c
commit b5e7b8e29e

View File

@ -111,7 +111,9 @@
#define POWER_LOSS_PIN PA2 // PW_DET
#define PS_ON_PIN PA3 // PW_OFF
#define SERVO0_PIN PA8 // Enable BLTOUCH support on IO0 (WIFI connector)
#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