Sfoglia il codice sorgente

Update PlatformIO lib_deps

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

Loading…
Annulla
Salva