Fix lib version for MCP23017
This commit is contained in:
parent
868ba0472c
commit
1c7826e805
|
@ -9,7 +9,7 @@ board = nodemcu-32s
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
lib_deps =
|
lib_deps =
|
||||||
blemasle/MCP23017 @^2.0.0
|
blemasle/MCP23017 @ 2.0.0
|
||||||
adafruit/Adafruit BusIO @ 1.5.0
|
adafruit/Adafruit BusIO @ 1.5.0
|
||||||
zinggjm/GxEPD @ 3.1.0
|
zinggjm/GxEPD @ 3.1.0
|
||||||
sstaub/Ticker @ 4.4.0
|
sstaub/Ticker @ 4.4.0
|
||||||
|
|
Loading…
Reference in New Issue