-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include gif library for all esp32 variants
- Loading branch information
1 parent
23f35a7
commit 95b25ce
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,6 +205,12 @@ lib_deps = | |
ESPAsyncUDP | ||
${env.lib_deps} | ||
|
||
[esp32_all_variants] | ||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
bitbank2/AnimatedGIF@^1.4.7 | ||
https://github.com/Aircoookie/GifDecoder#bc3af18 | ||
|
||
[esp32] | ||
#platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip | ||
platform = [email protected] | ||
|
@@ -219,9 +225,7 @@ build_flags = -g | |
default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv | ||
lib_deps = | ||
https://github.com/lorol/LITTLEFS.git | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
bitbank2/AnimatedGIF@^1.4.7 | ||
https://github.com/Aircoookie/GifDecoder#bc3af18 | ||
${esp32_all_variants.lib_deps} | ||
${env.lib_deps} | ||
# additional build flags for audioreactive | ||
AR_build_flags = -D USERMOD_AUDIOREACTIVE | ||
|
@@ -243,7 +247,7 @@ build_flags = -g | |
-DARDUINO_USB_CDC_ON_BOOT=0 ;; this flag is mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3 | ||
default_partitions = tools/WLED_ESP32_4MB_1MB_FS.csv | ||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
${esp32_all_variants.lib_deps} | ||
${env.lib_deps} | ||
|
||
[esp32s2] | ||
|
@@ -262,7 +266,7 @@ build_flags = -g | |
;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: | ||
;; ARDUINO_USB_CDC_ON_BOOT | ||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
${esp32_all_variants.lib_deps} | ||
${env.lib_deps} | ||
|
||
[esp32c3] | ||
|
@@ -279,7 +283,7 @@ build_flags = -g | |
;; please make sure that the following flags are properly set (to 0 or 1) by your board.json, or included in your custom platformio_override.ini entry: | ||
;; ARDUINO_USB_CDC_ON_BOOT | ||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
${esp32_all_variants.lib_deps} | ||
${env.lib_deps} | ||
|
||
[esp32s3] | ||
|
@@ -298,7 +302,7 @@ build_flags = -g | |
;; ARDUINO_USB_MODE, ARDUINO_USB_CDC_ON_BOOT | ||
|
||
lib_deps = | ||
https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 | ||
${esp32_all_variants.lib_deps} | ||
${env.lib_deps} | ||
|
||
|
||
|