浏览代码

Update MKS Robin Nano auto-build env (#18417)

Keith Bennett 4 年前
父节点
当前提交
c6a066c0be
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      Marlin/src/pins/pins.h
  2. 2
    2
      platformio.ini

+ 1
- 1
Marlin/src/pins/pins.h 查看文件

@@ -507,7 +507,7 @@
507 507
 #elif MB(MKS_ROBIN_MINI)
508 508
   #include "stm32f1/pins_MKS_ROBIN_MINI.h"      // STM32F1                                env:mks_robin_mini
509 509
 #elif MB(MKS_ROBIN_NANO)
510
-  #include "stm32f1/pins_MKS_ROBIN_NANO.h"      // STM32F1                                env:mks_robin_nano
510
+  #include "stm32f1/pins_MKS_ROBIN_NANO.h"      // STM32F1                                env:mks_robin_nano env:mks_robin_nano35
511 511
 #elif MB(MKS_ROBIN_LITE)
512 512
   #include "stm32f1/pins_MKS_ROBIN_LITE.h"      // STM32F1                                env:mks_robin_lite
513 513
 #elif MB(BTT_SKR_MINI_V1_1)

+ 2
- 2
platformio.ini 查看文件

@@ -541,7 +541,7 @@ build_flags   = ${common_stm32f1.build_flags}
541 541
   -DMCU_STM32F103VE
542 542
 
543 543
 #
544
-# MKS Robin Nano (STM32F103VET6)
544
+# MKS Robin Nano (STM32F103VET6) - Emulated Graphical 128x64 (DOGM) UI
545 545
 #
546 546
 [env:mks_robin_nano]
547 547
 platform      = ${common_stm32f1.platform}
@@ -628,7 +628,7 @@ lib_ignore    = ${common_stm32f1.lib_ignore}
628 628
   LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SoftwareSerialM
629 629
 
630 630
 #
631
-# MKS Robin Nano (STM32F103VET6)
631
+# MKS Robin Nano (STM32F103VET6) - MKS UI (LVGL)
632 632
 #
633 633
 [env:mks_robin_nano35]
634 634
 platform      = ststm32

正在加载...
取消
保存