Skip to content

CCT information is ignored in 0.16-alpha #4734

Closed
@Siempo2000

Description

@Siempo2000

What happened?

I have flashed one of my quinled AN-Deca with WLED_0.16.0-alpha and everything seems to work fine except i cannot switch between warm and cool white. No matter what i do, both warm and cool leds output remain the same when sliding the slider from warm to cool.

On version v0.15.1.beta2 using the same environment below it works as expected.

To Reproduce Bug

Flash esp32 with VS Code using the following env:

[env:quinled_deca]
extends = esp32dev
board = esp32dev
platform = ${esp32.platform}
upload_speed = 921600
platform_packages = ${esp32.platform_packages}
build_unflags = ${common.build_unflags}
lib_deps = ${esp32.lib_deps} ${digboards.lib_deps_temperature}
board_build.partitions = ${esp32.default_partitions}
build_flags = ${common.build_flags} ${esp32.build_flags}
-D WLED_DISABLE_BLYNK
-D WLED_BRAND=""QuinLED""
-D WLED_PRODUCT_NAME=""An-Deca""
-D SERVERNAME=""An-Deca""
-D WLED_RELEASE_NAME=""Quin-An-Deca""
-D NOWIFISLEEP=false
-D DATA_PINS=16,17,18,19,21,25,26,27,14,12
-D LED_TYPES=TYPE_ANALOG_5CH,TYPE_ANALOG_5CH
-D PIXEL_COUNTS=1,1
-D ABL_MILLIAMPS_DEFAULT=0
-D BTNPIN=22
-D BTNTYPE=BTN_TYPE_PUSH
-D IRPIN=-1
-D I2S_SDPIN=-1
-D I2S_WSPIN=-1
-D I2S_CKPIN=-1
-D USERMOD_DALLASTEMPERATURE
-D TEMPERATURE_PIN=32
-D WLED_AUTOSEGMENTS
custom_usermods = audioreactive Temperature
monitor_filters = esp32_exception_decoder
extra_scripts = ${scripts_defaults.extra_scripts}

Connect Analog RGB+CCT strip to AN-Deca and turn off color and turn up white level
Next slide the warm/cool slider to warm or cool and observe the warm/cool leds

Expected Behavior

When i slide the warm/cool slider to warm only the warm led light up, when i slide it it cool only the cool led light up.

Install Method

Self-Compiled

What version of WLED?

WLED_0.16.0-alpha

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugconfirmedThe bug is reproducable and confirmed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions