Keith Bennett
4 år sedan
förälder
incheckning
c61e980c9c
Inget konto är kopplat till bidragsgivarens mejladress
|
@@ -111,7 +111,13 @@
|
111
|
111
|
#define BEEPER_PIN PB0
|
112
|
112
|
//#define LED_PIN PD3
|
113
|
113
|
//#define POWER_LOSS_PIN PG2 // PG4 PW_DET
|
114
|
|
-#define FIL_RUNOUT_PIN PA15 // MT_DET
|
|
114
|
+
|
|
115
|
+#ifndef FIL_RUNOUT_PIN
|
|
116
|
+ #define FIL_RUNOUT_PIN PA15 // MT_DET
|
|
117
|
+#endif
|
|
118
|
+#ifndef FIL_RUNOUT2_PIN
|
|
119
|
+ #define FIL_RUNOUT2_PIN PF13
|
|
120
|
+#endif
|
115
|
121
|
|
116
|
122
|
//
|
117
|
123
|
// TronXY TFT Support
|