Browse Source

Limit MAX31865 library to <1.2 (#18089)

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

+ 1
- 1
platformio.ini View File

@@ -28,7 +28,7 @@ build_flags = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__ -fmerge-all-constants
28 28
 lib_deps =
29 29
   LiquidCrystal
30 30
   TMCStepper@>=0.6.2
31
-  Adafruit MAX31865 library
31
+  Adafruit MAX31865 library@>=1.1,<1.2
32 32
   Adafruit NeoPixel
33 33
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
34 34
   LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip

Loading…
Cancel
Save