Updated platformio.ini

This commit is contained in:
cschwinne
2019-02-22 22:53:39 +01:00
parent f0e525d2e2
commit 600181ed07
+14 -16
View File
@@ -18,25 +18,26 @@ monitor_speed = 115200
board_build.flash_mode = dout
upload_speed = 921600
build_flags =
; -D VERSION=0.8.2
; -D VERSION=0.8.4
; -D DEBUG
# TODO replace libs in /lib with managed libs in here if possible.
# If they are not changed it's just a matter of setting the correct version and change the import statement
lib_deps_external =
#[email protected]
#[email protected]
#webserver
[email protected]
[email protected]
#[email protected]
#[email protected](changed)
#[email protected](changed)
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
#[email protected]
#[email protected]
#[email protected]
[common:esp8266]
platform = [email protected]
build_flags =
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
-D PIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH
[common:esp8266_512k]
platform = [email protected]
@@ -44,9 +45,9 @@ build_flags =
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
; -D WLED_DISABLE_MOBILE_UI
-D WLED_DISABLE_OTA
-D WLED_DISABLE_ALEXA
; -D WLED_DISABLE_BLYNK
; -D WLED_DISABLE_CRONIXIE
; -D WLED_DISABLE_ALEXA
-D WLED_DISABLE_BLYNK
-D WLED_DISABLE_CRONIXIE
-D WLED_DISABLE_HUESYNC
-D WLED_DISABLE_INFRARED
@@ -55,8 +56,7 @@ platform = [email protected]
build_flags =
-D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
-D ARDUINO_ARCH_ESP32
-D WORKAROUND_ESP32_BITBANG
-D WLED_DISABLE_INFRARED
# see: http://docs.platformio.org/en/latest/platforms/espressif8266.html
[env:nodemcuv2]
@@ -70,7 +70,6 @@ build_flags =
${common:esp8266.build_flags}
lib_deps =
${common.lib_deps_external}
[email protected]
[env:d1_mini]
board = d1_mini
@@ -83,7 +82,6 @@ build_flags =
${common:esp8266.build_flags}
lib_deps =
${common.lib_deps_external}
[email protected]
[env:esp01_1m]
board = esp01_1m