Browse Source

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

Keith Bennett 4 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
 #elif MB(MKS_ROBIN_MINI)
507
 #elif MB(MKS_ROBIN_MINI)
508
   #include "stm32f1/pins_MKS_ROBIN_MINI.h"      // STM32F1                                env:mks_robin_mini
508
   #include "stm32f1/pins_MKS_ROBIN_MINI.h"      // STM32F1                                env:mks_robin_mini
509
 #elif MB(MKS_ROBIN_NANO)
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
 #elif MB(MKS_ROBIN_LITE)
511
 #elif MB(MKS_ROBIN_LITE)
512
   #include "stm32f1/pins_MKS_ROBIN_LITE.h"      // STM32F1                                env:mks_robin_lite
512
   #include "stm32f1/pins_MKS_ROBIN_LITE.h"      // STM32F1                                env:mks_robin_lite
513
 #elif MB(BTT_SKR_MINI_V1_1)
513
 #elif MB(BTT_SKR_MINI_V1_1)

+ 2
- 2
platformio.ini View File

541
   -DMCU_STM32F103VE
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
 [env:mks_robin_nano]
546
 [env:mks_robin_nano]
547
 platform      = ${common_stm32f1.platform}
547
 platform      = ${common_stm32f1.platform}
628
   LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SoftwareSerialM
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
 [env:mks_robin_nano35]
633
 [env:mks_robin_nano35]
634
 platform      = ststm32
634
 platform      = ststm32

Loading…
Cancel
Save