Sfoglia il codice sorgente

Update PlatformIO lib_deps

Thomas Moore 6 anni fa
parent
commit
50a5bb77d2
1 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 2
    5
      platformio.ini

+ 2
- 5
platformio.ini Vedi File

@@ -21,14 +21,12 @@ env_default = megaatmega2560
21 21
 lib_deps =
22 22
   U8glib-HAL
23 23
   LiquidCrystal_I2C@1.1.2
24
+  TMC2130Stepper
25
+  Adafruit NeoPixel
24 26
   https://github.com/lincomatic/LiquidTWI2.git
25
-  https://github.com/teemuatlut/TMC2130Stepper.git
26 27
   https://github.com/trinamic/TMC26XStepper.git
27
-  https://github.com/adafruit/Adafruit_NeoPixel.git
28 28
   https://github.com/ameyer/Arduino-L6470.git
29 29
 
30
-
31
-
32 30
 default_src_filter = +<src/*> -<src/config>
33 31
 
34 32
 #################################
@@ -102,7 +100,6 @@ src_build_flags = -Wall
102 100
 build_unflags   = -Wall
103 101
 lib_ldf_mode    = off
104 102
 lib_extra_dirs  = frameworks
105
-#lib_deps        = U8glib-ARM, CMSIS-LPC1768
106 103
 lib_deps        = CMSIS-LPC1768
107 104
   U8glib-HAL
108 105
 extra_scripts   = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py

Loading…
Annulla
Salva