Skip to content

Commit 01bebd8

Browse files
committed
Pin dependencies to fix build
1 parent d29cd89 commit 01bebd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platformio.ini

+5-5
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ build_flags =
133133
-DINA219_POWER_SENSE=true
134134
lib_deps =
135135
${esp32base.lib_deps}
136-
adafruit/Adafruit MCP23017 Arduino Library @ ^1.3.0
137-
fastled/FastLED @ ^3.4.0
138-
adafruit/Adafruit BusIO @ ^1.9.1
136+
adafruit/Adafruit MCP23017 Arduino Library @ 1.3.0
137+
fastled/FastLED @ 3.9.7
138+
adafruit/Adafruit BusIO @ 1.16.2
139139

140140
[env:chainlinkDriverTester]
141141
extends=esp32base
@@ -148,8 +148,8 @@ build_flags =
148148
-DINA219_POWER_SENSE=true
149149
lib_deps =
150150
${esp32base.lib_deps}
151-
adafruit/Adafruit MCP23017 Arduino Library @ ^1.3.0
152-
adafruit/Adafruit BusIO @ ^1.9.1
151+
adafruit/Adafruit MCP23017 Arduino Library @ 1.3.0
152+
adafruit/Adafruit BusIO @ 1.16.2
153153
build_type = debug
154154

155155
[env:esp32CustomAdvanced]

0 commit comments

Comments
 (0)