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,7 +266,7 @@ src_filter        = ${common.default_src_filter} +<src/HAL/LPC1768>
266 266
 lib_deps          = Servo
267 267
   LiquidCrystal
268 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 270
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
271 271
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
272 272
 
@@ -284,7 +284,7 @@ src_filter        = ${common.default_src_filter} +<src/HAL/LPC1768>
284 284
 lib_deps          = Servo
285 285
   LiquidCrystal
286 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 288
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/release.zip
289 289
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
290 290
 

Loading…
Cancel
Save