Browse Source

Require TMCStepper >= 0.5.0 in platformio.ini (#15382)

Jason Smith 5 years ago
parent
commit
5f18f5bb90
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      platformio.ini

+ 4
- 4
platformio.ini View File

27
 lib_deps =
27
 lib_deps =
28
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
28
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
29
   LiquidCrystal@1.3.4
29
   LiquidCrystal@1.3.4
30
-  TMCStepper@<1.0.0
30
+  TMCStepper@>=0.5.0,<1.0.0
31
   Adafruit NeoPixel@1.1.3
31
   Adafruit NeoPixel@1.1.3
32
   LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
32
   LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
33
   Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
33
   Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
159
 lib_deps          = Servo
159
 lib_deps          = Servo
160
   LiquidCrystal
160
   LiquidCrystal
161
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
161
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
162
-  TMCStepper@<1.0.0
162
+  TMCStepper@>=0.5.0,<1.0.0
163
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
163
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
164
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
164
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
165
 
165
 
179
 lib_deps          = Servo
179
 lib_deps          = Servo
180
   LiquidCrystal
180
   LiquidCrystal
181
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
181
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
182
-  TMCStepper@<1.0.0
182
+  TMCStepper@>=0.5.0,<1.0.0
183
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
183
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
184
 
184
 
185
 #
185
 #
487
 lib_deps =
487
 lib_deps =
488
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
488
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
489
   LiquidCrystal@1.3.4
489
   LiquidCrystal@1.3.4
490
-  TMCStepper@<1.0.0
490
+  TMCStepper@>=0.5.0,<1.0.0
491
   Adafruit NeoPixel
491
   Adafruit NeoPixel
492
   LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
492
   LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
493
   Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
493
   Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip

Loading…
Cancel
Save