Skip to content

Commit ae37f42

Browse files
committed
platformio.ini: short hashes => long hashes
short hashes can cause spurious build errors, and will not be supported any more in future platform version.
1 parent 653e039 commit ae37f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ lib_deps_compat =
257257
lib_deps =
258258
esp32async/AsyncTCP @ 3.4.7
259259
bitbank2/AnimatedGIF@^1.4.7
260-
https://github.com/Aircoookie/GifDecoder#bc3af18
260+
https://github.com/Aircoookie/GifDecoder.git#bc3af189b6b1e06946569f6b4287f0b79a860f8e
261261
build_flags =
262262
-D CONFIG_ASYNC_TCP_USE_WDT=0
263263
-D CONFIG_ASYNC_TCP_STACK_SIZE=8192
@@ -301,7 +301,7 @@ build_flags = -g
301301
-D WLED_ENABLE_DMX_INPUT
302302
lib_deps =
303303
${esp32_all_variants.lib_deps}
304-
https://github.com/someweisguy/esp_dmx.git#47db25d
304+
https://github.com/someweisguy/esp_dmx.git#47db25d8c515e76fabcf5fc5ab0b786f98eeade0
305305
${env.lib_deps}
306306

307307
[esp32s2]

0 commit comments

Comments
 (0)