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
3922771
commit 5d7e892
Showing
4 changed files
with
15 additions
and
14 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 |
---|---|---|
|
@@ -16,6 +16,10 @@ default_envs = nodemcuv2 | |
; default_envs = esp8285_4CH_MagicHome | ||
; default_envs = esp8285_4CH_H801 | ||
; default_envs = esp8285_5CH_H801 | ||
# Release binaries follow | ||
; default_envs = nodemcuv2, esp01, esp01_1m, esp32dev, | ||
|
||
|
||
|
||
[common] | ||
framework = arduino | ||
|
@@ -82,30 +86,28 @@ arduino_core_stage = https://github.com/platformio/platform-espressif8266.git#fe | |
platform = ${common:esp8266.arduino_core_2_6_3} | ||
build_flags = | ||
-D ESP8266 | ||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH | ||
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH | ||
-Wl,-Teagle.flash.4m1m.ld ;;;; Required for core > v2.5.0 or staging version 4MB Flash 3MB SPIFFs | ||
lib_ignore = AsyncTCP | ||
|
||
[common:esp8266_1M] | ||
platform = [email protected] | ||
platform = ${common:esp8266.arduino_core_2_6_3} | ||
build_flags = | ||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH | ||
-Wl,-Teagle.flash.1m0.ld ;;;; Compile with no SPIFFS to leave space for OTA | ||
; -D WLED_DISABLE_MOBILE_UI | ||
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH | ||
-Wl,-Teagle.flash.1m.ld ;;;; Compile with no SPIFFS to leave space for OTA | ||
; -D WLED_DISABLE_OTA | ||
; -D WLED_DISABLE_ALEXA | ||
-D WLED_DISABLE_BLYNK | ||
-D WLED_DISABLE_CRONIXIE | ||
; -D WLED_DISABLE_HUESYNC | ||
; -D WLED_DISABLE_INFRARED | ||
-D WLED_DISABLE_INFRARED | ||
lib_ignore = ${common:esp8266.lib_ignore} | ||
|
||
[common:esp8266_512k] | ||
platform = [email protected] | ||
platform = ${common:esp8266.arduino_core_2_6_3} | ||
build_flags = | ||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH | ||
-Wl,-Teagle.flash.512k0.ld ;;;; Compile with no SPIFFS | ||
; -D WLED_DISABLE_MOBILE_UI | ||
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH | ||
-Wl,-Teagle.flash.512k.ld ;;;; Compile with no SPIFFS | ||
-D WLED_DISABLE_OTA | ||
; -D WLED_DISABLE_ALEXA | ||
-D WLED_DISABLE_BLYNK | ||
|
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