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