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.
Merge branch 'master' into travis_all_features
- Loading branch information
Showing
28 changed files
with
2,526 additions
and
2,238 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
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,7 +16,7 @@ extra_configs = | |
# ------------------------------------------------------------------------------ | ||
|
||
# Release binaries follow | ||
default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16 | ||
; default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16 | ||
|
||
# Single binaries (uncomment your board) | ||
; default_envs = nodemcuv2 | ||
|
@@ -34,6 +34,8 @@ default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_W | |
; default_envs = esp8285_4CH_H801 | ||
; default_envs = esp8285_5CH_H801 | ||
; default_envs = d1_mini_5CH_Shojo_PCB | ||
; default_envs = wemos_shield_esp32 | ||
; default_envs = m5atom | ||
|
||
[common] | ||
# ------------------------------------------------------------------------------ | ||
|
@@ -50,6 +52,7 @@ default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_W | |
# arduino core 2.6.1 = platformIO 2.3.0 | ||
# arduino core 2.6.2 = platformIO 2.3.1 | ||
# arduino core 2.6.3 = platformIO 2.3.2 | ||
# arduino core 2.7.0 = platformIO 2.5.0 | ||
# ------------------------------------------------------------------------------ | ||
arduino_core_2_3_0 = [email protected] | ||
arduino_core_2_4_0 = [email protected] | ||
|
@@ -61,13 +64,14 @@ arduino_core_2_5_2 = [email protected] | |
arduino_core_2_6_1 = [email protected] | ||
arduino_core_2_6_2 = [email protected] | ||
arduino_core_2_6_3 = [email protected] | ||
arduino_core_2_7_1 = [email protected] | ||
|
||
# Development platforms | ||
arduino_core_develop = https://github.com/platformio/platform-espressif8266#develop | ||
arduino_core_git = https://github.com/platformio/platform-espressif8266#feature/stage | ||
|
||
platform = ${common.arduino_core_2_4_2} | ||
platform_latest = ${common.arduino_core_2_6_3} | ||
# Platform to use for ESP8266 | ||
platform_latest = ${common.arduino_core_2_7_1} | ||
|
||
# ------------------------------------------------------------------------------ | ||
# FLAGS: DEBUG | ||
|
@@ -161,8 +165,7 @@ lib_deps = | |
#For use SSD1306 OLED display uncomment following | ||
#U8g2@~2.27.2 | ||
#For Dallas sensor uncomment following 2 lines | ||
DallasTemperature@~3.8.0 | ||
OneWire@~2.3.5 | ||
#OneWire@~2.3.5 | ||
#For BME280 sensor uncomment following | ||
#BME280@~3.0.0 | ||
lib_ignore = | ||
|
@@ -183,13 +186,13 @@ board = esp01 | |
platform = ${common.platform_latest} | ||
board_build.ldscript = ${common.ldscript_512k} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_DISABLE_ALEXA -D WLED_DISABLE_BLYNK | ||
-D WLED_DISABLE_HUESYNC -D WLED_DISABLE_INFRARED | ||
-D WLED_DISABLE_CRONIXIE -D WLED_DISABLE_HUESYNC -D WLED_DISABLE_INFRARED | ||
|
||
[env:esp01_1m_ota] | ||
board = esp01_1m | ||
platform = ${common.platform_latest} | ||
board_build.ldscript = ${common.ldscript_1m0m} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_ALEXA -D WLED_DISABLE_BLYNK -D WLED_DISABLE_HUESYNC -D WLED_DISABLE_INFRARED | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_ALEXA -D WLED_DISABLE_BLYNK -D WLED_DISABLE_CRONIXIE -D WLED_DISABLE_HUESYNC -D WLED_DISABLE_INFRARED | ||
|
||
[env:esp01_1m_full] | ||
board = esp01_1m | ||
|
@@ -206,6 +209,7 @@ build_flags = ${common.build_flags_esp8266} | |
[env:d1_mini] | ||
board = d1_mini | ||
platform = ${common.platform_latest} | ||
upload_speed = 921500 | ||
board_build.ldscript = ${common.ldscript_4m1m} | ||
build_flags = ${common.build_flags_esp8266} | ||
|
||
|
@@ -251,7 +255,7 @@ build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_HUESYNC -D WLED_USE_ | |
board = d1_mini | ||
platform = ${common.platform_latest} | ||
board_build.ldscript = ${common.ldscript_4m1m} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_USE_ANALOG_LEDS -D SHOJO_PCB -D WLED_ENABLE_5CH_LEDS | ||
build_flags = ${common.build_flags_esp8266} -D WLED_USE_ANALOG_LEDS -D WLED_USE_SHOJO_PCB -D WLED_ENABLE_5CH_LEDS | ||
|
||
# ------------------------------------------------------------------------------ | ||
# DEVELOPMENT BOARDS | ||
|
@@ -309,6 +313,25 @@ lib_ignore = | |
ESPAsyncTCP | ||
ESPAsyncUDP | ||
|
||
[env:wemos_shield_esp32] | ||
board = esp32dev | ||
platform = [email protected] | ||
upload_port = /dev/cu.SLAB_USBtoUART | ||
monitor_port = /dev/cu.SLAB_USBtoUART | ||
upload_speed = 460800 | ||
build_flags = ${common.build_flags_esp32} -D LEDPIN=16 -D RLYPIN=19 -D BTNPIN=17 | ||
lib_ignore = | ||
ESPAsyncTCP | ||
ESPAsyncUDP | ||
|
||
[env:m5atom] | ||
board = esp32dev | ||
build_flags = ${common.build_flags_esp32} -D LEDPIN=27 -D BTNPIN=39 | ||
lib_ignore = | ||
ESPAsyncTCP | ||
ESPAsyncUDP | ||
platform = [email protected] | ||
|
||
# ------------------------------------------------------------------------------ | ||
# travis test board configurations | ||
# ------------------------------------------------------------------------------ | ||
|
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.