Could you please tell me, what the build configuration for WLED for the GU10 bulbs is? I tried:
[env:athom7w]
but this bricked the bulb. :-(
GreetingsSebastian
1 comment
Like
Comments (1)
Commenting on this post isn't available anymore. Contact the site owner for more info.
Unknown member
Mar 08, 2023
Hi,
it would really be nice, to get an answer to this. :-( However, the most I figured out by myself, as the default env "esp8266_2m" seems to work. Now my settings are:[env:athomGU10]board = esp_wroom_02platform = ${common.platform_wled_default}platform_packages = ${common.platform_packages}board_build.ldscript = ${common.ldscript_2m512k}build_unflags = ${common.build_unflags}build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP02 -D WLED_DISABLE_BLYNK -D WLED_MAX_CCT_BLEND=0 -D BTNPIN=-1 -D IRPIN=-1 -D WLED_DISABLE_INFRARED ; -D WLED_USE_IC_CCTlib_deps = ${esp8266.lib_deps}
What is missing, is the answer to the quest if "WLED_USE_IC_CCT" as to be defined or not. Please help out here.
Hi,
it would really be nice, to get an answer to this. :-( However, the most I figured out by myself, as the default env "esp8266_2m" seems to work. Now my settings are: [env:athomGU10] board = esp_wroom_02 platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} board_build.ldscript = ${common.ldscript_2m512k} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D WLED_RELEASE_NAME=ESP02 -D WLED_DISABLE_BLYNK -D WLED_MAX_CCT_BLEND=0 -D BTNPIN=-1 -D IRPIN=-1 -D WLED_DISABLE_INFRARED ; -D WLED_USE_IC_CCT lib_deps = ${esp8266.lib_deps}
What is missing, is the answer to the quest if "WLED_USE_IC_CCT" as to be defined or not. Please help out here.
Greetings Sebastian