Browse Source

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

Keith Bennett 3 years ago
parent
commit
c6a066c0be
No account linked to committer's email address
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      Marlin/src/pins/pins.h
  2. 2
    2
      platformio.ini

+ 1
- 1
Marlin/src/pins/pins.h View File

@@ -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 View File

@@ -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

Loading…
Cancel
Save