Skip to content

Commit 5c04ad8

Browse files
committed
Revert "Fix GifDecoder hash - use full commit hash for git fetch compatibility"
This reverts commit 58e8a75.
1 parent 58e8a75 commit 5c04ad8

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
@@ -264,7 +264,7 @@ lib_deps_compat =
264264
;; Common libs for all ESP32 variants - AsyncTCP is defined per-platform due to IDF version differences
265265
lib_deps =
266266
bitbank2/AnimatedGIF@^1.4.7
267-
https://github.com/Aircoookie/GifDecoder#bc3af189b6b1e06946569f6b4287f0b79a860f8e
267+
https://github.com/Aircoookie/GifDecoder#bc3af18
268268
build_flags =
269269
-D CONFIG_ASYNC_TCP_USE_WDT=0
270270
-D CONFIG_ASYNC_TCP_STACK_SIZE=8192
@@ -306,7 +306,7 @@ build_flags = -g
306306
lib_deps =
307307
esp32async/AsyncTCP @ 3.4.7 ;; IDF5 compatible AsyncTCP
308308
bitbank2/AnimatedGIF@^1.4.7
309-
https://github.com/Aircoookie/GifDecoder#bc3af189b6b1e06946569f6b4287f0b79a860f8e
309+
https://github.com/Aircoookie/GifDecoder#bc3af18
310310
https://github.com/netmindz/esp_dmx/#esp-idf-v5-fixes
311311
https://github.com/softhack007/FastLED.git#ESP32-C6 ;; patched version needed for IDF5
312312
makuna/NeoPixelBus @ 2.8.3

0 commit comments

Comments
 (0)