Browse Source

🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980)

Allen Bauer 3 years ago
parent
commit
e400ef346a
No account linked to committer's email address

+ 5
- 0
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.h View File

264
 #define PIN_SERIAL_RX           PA10
264
 #define PIN_SERIAL_RX           PA10
265
 #define PIN_SERIAL_TX           PA9
265
 #define PIN_SERIAL_TX           PA9
266
 
266
 
267
+// Serial Pins for the MMU2
268
+#define ENABLE_HWSERIAL4
269
+#define PIN_SERIAL4_RX          PC11
270
+#define PIN_SERIAL4_TX          PC10
271
+
267
 #ifdef __cplusplus
272
 #ifdef __cplusplus
268
 } // extern "C"
273
 } // extern "C"
269
 #endif
274
 #endif

Loading…
Cancel
Save