Browse Source

Newer TMCStepper better for LPC176x (#17934)

Jason Smith 5 years ago
parent
commit
8d3caa9944
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      platformio.ini

+ 2
- 2
platformio.ini View File

266
 lib_deps          = Servo
266
 lib_deps          = Servo
267
   LiquidCrystal
267
   LiquidCrystal
268
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
268
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
269
-  TMCStepper@>=0.6.1,<1.0.0
269
+  TMCStepper@>=0.6.2
270
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
270
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
271
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
271
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
272
 
272
 
284
 lib_deps          = Servo
284
 lib_deps          = Servo
285
   LiquidCrystal
285
   LiquidCrystal
286
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
286
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
287
-  TMCStepper@>=0.6.1,<1.0.0
287
+  TMCStepper@>=0.6.2
288
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
288
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
289
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
289
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
290
 
290
 

Loading…
Cancel
Save