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.
Add
live
property to state, allowing toggling of realtime (not incl…
…. in state resp.) ( Aircoookie#1308 )
- Loading branch information
1 parent
b25e22b
commit adbeb4a
Showing
4 changed files
with
39 additions
and
16 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
default_envs = travis_esp8266, travis_esp32 | ||
|
||
# Release binaries | ||
; default_envs = nodemcuv2, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom_LEDPIN_3, custom32_LEDPIN_16 | ||
; default_envs = nodemcuv2, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom_LEDPIN_3, custom32_LEDPIN_16, custom32_APA102 | ||
|
||
# Single binaries (uncomment your board) | ||
; default_envs = nodemcuv2 | ||
|
@@ -150,7 +150,9 @@ build_flags = | |
; NONOSDK22x_190703 = 2.2.2-dev(38a443e) | ||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703 | ||
; lwIP 2 - Higher Bandwidth no Features | ||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH | ||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH | ||
; lwIP 1.4 - Higher Bandwidth (Aircoookie has) | ||
-DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH | ||
; VTABLES in Flash | ||
-DVTABLES_IN_FLASH | ||
; restrict to minimal mime-types | ||
|
@@ -304,25 +306,25 @@ lib_ignore = | |
board = esp8285 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_1m0m} | ||
board_build.ldscript = ${common.ldscript_1m128k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_HUESYNC -D WLED_USE_ANALOG_LEDS | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_USE_ANALOG_LEDS | ||
|
||
[env:esp8285_4CH_H801] | ||
board = esp8285 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_1m0m} | ||
board_build.ldscript = ${common.ldscript_1m128k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_HUESYNC -D WLED_USE_ANALOG_LEDS -D WLED_USE_H801 | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_USE_ANALOG_LEDS -D WLED_USE_H801 | ||
|
||
[env:esp8285_5CH_H801] | ||
board = esp8285 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_1m0m} | ||
board_build.ldscript = ${common.ldscript_1m128k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_HUESYNC -D WLED_USE_ANALOG_LEDS -D WLED_USE_H801 -D WLED_ENABLE_5CH_LEDS | ||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_USE_ANALOG_LEDS -D WLED_USE_H801 -D WLED_ENABLE_5CH_LEDS | ||
|
||
[env:d1_mini_5CH_Shojo_PCB] | ||
board = d1_mini | ||
|
@@ -410,6 +412,15 @@ lib_ignore = | |
ESPAsyncTCP | ||
ESPAsyncUDP | ||
|
||
[env:custom32_APA102] | ||
board = esp32dev | ||
platform = [email protected] | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp32} -D USE_APA102 | ||
lib_ignore = | ||
ESPAsyncTCP | ||
ESPAsyncUDP | ||
|
||
[env:custom32_TOUCHPIN_T0] | ||
board = esp32dev | ||
platform = [email protected] | ||
|
@@ -443,7 +454,7 @@ platform = [email protected] | |
[env:sp501e] | ||
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_flags = ${common.build_flags_esp8266} -D LEDPIN=3 -D BTNPIN=1 | ||
|
||
# ------------------------------------------------------------------------------ | ||
|
@@ -470,46 +481,46 @@ build_flags = ${common.build_flags_esp32} ${common.debug_flags} ${common.build_f | |
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D LEDPIN=3 | ||
|
||
[env:codm-controller-0.4-WS2801] | ||
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D USE_WS2801 -D CLKPIN=13 -D DATAPIN=3 | ||
|
||
[env:codm-controller-0.4-APA102] | ||
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D USE_APA102 -D CLKPIN=13 -D DATAPIN=3 | ||
|
||
[env:codm-controller-0.5] | ||
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} | ||
|
||
[env:codm-controller-0.5-WS2801] | ||
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D USE_WS2801 #-D CLKPIN=0 -D DATAPIN=2 | ||
|
||
[env:codm-controller-0.5-APA102] | ||
board = esp_wroom_02 | ||
platform = ${common.platform_wled_default} | ||
platform_packages = ${common.platform_packages} | ||
board_build.ldscript = ${common.ldscript_2m1m} | ||
board_build.ldscript = ${common.ldscript_2m512k} | ||
build_unflags = ${common.build_unflags} | ||
build_flags = ${common.build_flags_esp8266} -D USE_APA102 #-D CLKPIN=0 -D DATAPIN=2 |
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