Limit MAX31865 library to <1.2 (#18089)
This commit is contained in:
parent
5fefecc526
commit
f402ab7afb
|
@ -28,7 +28,7 @@ build_flags = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__ -fmerge-all-constants
|
|||
lib_deps =
|
||||
LiquidCrystal
|
||||
TMCStepper@>=0.6.2
|
||||
Adafruit MAX31865 library
|
||||
Adafruit MAX31865 library@>=1.1,<1.2
|
||||
Adafruit NeoPixel
|
||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
||||
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
||||
|
|
Loading…
Reference in a new issue