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 GitHub
parent c12e6933f5
commit 9767e59e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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