forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
362156c
commit 98e4ac6
Showing
12 changed files
with
2,601 additions
and
1,969 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 |
---|---|---|
|
@@ -124,7 +124,7 @@ build_flags = -g -w -DMQTT_MAX_PACKET_SIZE=1024 -DPIO_FRAMEWORK_ARDUINO_LWIP_HIG | |
-D DECODE_LG=true | ||
|
||
build_flags_esp8266 = ${common.build_flags} -DESP8266 | ||
build_flags_esp32 = ${common.build_flags} -DARDUINO_ARCH_ESP32 | ||
build_flags_esp32 = ${common.build_flags} -DARDUINO_ARCH_ESP32 -DCONFIG_LITTLEFS_FOR_IDF_3_2 | ||
|
||
# enables all features for travis CI | ||
build_flags_all_features = | ||
|
@@ -138,6 +138,8 @@ build_flags_all_features = | |
|
||
ldscript_512k = eagle.flash.512k.ld ;for older versions change this to eagle.flash.512k0.ld | ||
ldscript_1m0m = eagle.flash.1m.ld ;for older versions change this to eagle.flash.1m0.ld | ||
ldscript_1m128k = eagle.flash.1m128.ld | ||
ldscript_2m512k = eagle.flash.2m512.ld | ||
ldscript_2m1m = eagle.flash.2m1m.ld | ||
ldscript_4m1m = eagle.flash.4m1m.ld | ||
ldscript_4m3m = eagle.flash.4m3m.ld | ||
|
@@ -165,13 +167,13 @@ lib_extra_dirs = | |
lib_compat_mode = strict | ||
lib_deps = | ||
[email protected] | ||
#[email protected] | ||
https://github.com/Makuna/NeoPixelBus | ||
[email protected] | ||
[email protected] | ||
ESPAsyncUDP | ||
[email protected] | ||
https://github.com/Aircoookie/ESPAsyncWebServer | ||
[email protected] | ||
https://github.com/lorol/LITTLEFS.git | ||
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line | ||
#TFT_eSPI | ||
#For use SSD1306 OLED display uncomment following | ||
|
@@ -213,7 +215,7 @@ build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_ALEXA -D WLED_DISABL | |
[env:esp01_1m_full] | ||
board = esp01_1m | ||
platform = ${common.platform_wled_default} | ||
board_build.ldscript = ${common.ldscript_1m0m} | ||
board_build.ldscript = ${common.ldscript_1m128k} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA | ||
|
||
[env:esp07] | ||
|
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.