Browse Source

0.7.1 <= TMCStepper <= 0.7.9 (#18564)

Jason Smith 4 years ago
parent
commit
378b5685b3
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      platformio.ini

+ 3
- 3
platformio.ini View File

@@ -29,7 +29,7 @@ extra_scripts      = pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py
29 29
 build_flags        = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__ -fmerge-all-constants
30 30
 lib_deps           =
31 31
   LiquidCrystal@1.5.0
32
-  TMCStepper@~0.7.0
32
+  TMCStepper@~0.7.1
33 33
   Adafruit MAX31865 library@~1.1.0
34 34
   Adafruit NeoPixel@1.5.0
35 35
   U8glib-HAL@0.4.1
@@ -294,7 +294,7 @@ src_filter        = ${common.default_src_filter} +<src/HAL/LPC1768>
294 294
 lib_deps          = Servo
295 295
   LiquidCrystal@1.0.0
296 296
   U8glib-HAL@0.4.1
297
-  TMCStepper@~0.7.0
297
+  TMCStepper@~0.7.1
298 298
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/1.5.0.zip
299 299
   SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
300 300
 build_flags       = -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC1768/include -IMarlin/src/HAL/LPC1768/u8g ${common.build_flags}
@@ -381,7 +381,7 @@ build_flags       = ${common_stm32f1.build_flags}
381 381
 extra_scripts     = pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py
382 382
     buildroot/share/PlatformIO/scripts/STM32F103RC_MEEB_3DP.py
383 383
 lib_deps          =
384
-  TMCStepper@~0.7.0
384
+  TMCStepper@~0.7.1
385 385
   Adafruit MAX31865 library@~1.1.0
386 386
   U8glib-HAL@0.4.1
387 387
   Arduino-L6470@0.8.0

Loading…
Cancel
Save