Merge pull request #1946 from jaredgisin/br-remove-unused-configs
remove unused flags
This commit is contained in:
commit
fcf5cd4655
@ -114,9 +114,6 @@ build_unflags =
|
|||||||
|
|
||||||
# enables all features for travis CI
|
# enables all features for travis CI
|
||||||
build_flags_all_features =
|
build_flags_all_features =
|
||||||
-D WLED_USE_ANALOG_LED
|
|
||||||
-D WLED_USE_H801
|
|
||||||
-D WLED_ENABLE_5CH_LEDS
|
|
||||||
-D WLED_ENABLE_ADALIGHT
|
-D WLED_ENABLE_ADALIGHT
|
||||||
-D WLED_ENABLE_DMX
|
-D WLED_ENABLE_DMX
|
||||||
-D WLED_ENABLE_MQTT
|
-D WLED_ENABLE_MQTT
|
||||||
@ -283,7 +280,7 @@ platform = ${common.platform_wled_default}
|
|||||||
platform_packages = ${common.platform_packages}
|
platform_packages = ${common.platform_packages}
|
||||||
board_build.ldscript = ${common.ldscript_1m128k}
|
board_build.ldscript = ${common.ldscript_1m128k}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_USE_ANALOG_LEDS
|
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA
|
||||||
|
|
||||||
[env:esp8285_4CH_H801]
|
[env:esp8285_4CH_H801]
|
||||||
board = esp8285
|
board = esp8285
|
||||||
@ -291,7 +288,7 @@ platform = ${common.platform_wled_default}
|
|||||||
platform_packages = ${common.platform_packages}
|
platform_packages = ${common.platform_packages}
|
||||||
board_build.ldscript = ${common.ldscript_1m128k}
|
board_build.ldscript = ${common.ldscript_1m128k}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_USE_ANALOG_LEDS -D WLED_USE_H801
|
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA
|
||||||
|
|
||||||
[env:esp8285_5CH_H801]
|
[env:esp8285_5CH_H801]
|
||||||
board = esp8285
|
board = esp8285
|
||||||
@ -299,7 +296,7 @@ platform = ${common.platform_wled_default}
|
|||||||
platform_packages = ${common.platform_packages}
|
platform_packages = ${common.platform_packages}
|
||||||
board_build.ldscript = ${common.ldscript_1m128k}
|
board_build.ldscript = ${common.ldscript_1m128k}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA -D WLED_USE_ANALOG_LEDS -D WLED_USE_H801 -D WLED_ENABLE_5CH_LEDS
|
build_flags = ${common.build_flags_esp8266} -D WLED_DISABLE_OTA
|
||||||
|
|
||||||
[env:d1_mini_5CH_Shojo_PCB]
|
[env:d1_mini_5CH_Shojo_PCB]
|
||||||
board = d1_mini
|
board = d1_mini
|
||||||
@ -307,7 +304,7 @@ platform = ${common.platform_wled_default}
|
|||||||
platform_packages = ${common.platform_packages}
|
platform_packages = ${common.platform_packages}
|
||||||
board_build.ldscript = ${common.ldscript_4m1m}
|
board_build.ldscript = ${common.ldscript_4m1m}
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags_esp8266} -D WLED_USE_ANALOG_LEDS -D WLED_USE_SHOJO_PCB -D WLED_ENABLE_5CH_LEDS
|
build_flags = ${common.build_flags_esp8266} -D WLED_USE_SHOJO_PCB
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# DEVELOPMENT BOARDS
|
# DEVELOPMENT BOARDS
|
||||||
|
@ -39,12 +39,8 @@ build_flags = ${common.build_flags_esp8266}
|
|||||||
; PIN defines for 2 wire LEDs
|
; PIN defines for 2 wire LEDs
|
||||||
-D CLKPIN=0
|
-D CLKPIN=0
|
||||||
-D DATAPIN=2
|
-D DATAPIN=2
|
||||||
; to drive analog LED strips (aka 5050), uncomment the following
|
; to drive analog LED strips (aka 5050) hardware configuration is no longer necessary
|
||||||
; PWM pins 5,12,13,15 are used with Magic Home LED Controller (default)
|
; configure the settings in the UI as follows (hard):
|
||||||
-D WLED_USE_ANALOG_LEDS
|
; for the Magic Home LED Controller use PWM pins 5,12,13,15
|
||||||
; for the H801 controller (PINs 15,13,12,14 (W2 = 04)) uncomment this
|
; for the H801 controller use PINs 15,13,12,14 (W2 = 04)
|
||||||
; -D WLED_USE_H801
|
; for the BW-LT11 controller use PINs 12,4,14,5
|
||||||
; for the BW-LT11 controller (PINs 12,4,14,5 ) uncomment this
|
|
||||||
; -D WLED_USE_BWLT11
|
|
||||||
; and to enable channel 5 for RGBW-CT led strips this
|
|
||||||
; -D WLED_USE_5CH_LEDS
|
|
||||||
|
Loading…
Reference in New Issue
Block a user