浏览代码

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

Allen Bauer 3 年前
父节点
当前提交
e400ef346a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.h

+ 5
- 0
buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.h 查看文件

@@ -264,6 +264,11 @@ extern "C" {
264 264
 #define PIN_SERIAL_RX           PA10
265 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 272
 #ifdef __cplusplus
268 273
 } // extern "C"
269 274
 #endif

正在加载...
取消
保存