File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
components/led/lightbulb_driver Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## v1.8.3 - 2025-06-19
4+
5+ ### Bug Fix:
6+
7+ - Fixed a compilation issue on IDF 6.0
8+
39## v1.8.2 - 2025-04-17
410
511### Bug Fix:
Original file line number Diff line number Diff line change 66
77#pragma once
88#include "esp_idf_version.h"
9+ #include "driver/gpio.h"
910
1011#define PWM_RGB_CHANNEL_PHASE_DELAY_FLAG 0X01
1112#define PWM_CW_CHANNEL_PHASE_DELAY_FLAG 0X02
Original file line number Diff line number Diff line change 1- version : " 1.8.2 "
1+ version : " 1.8.3 "
22description : Provide multiple dimming driver solutions to easily build lightbulb applications
33url : https://github.com/espressif/esp-iot-solution/tree/master/components/led/lightbulb_driver
44dependencies :
Original file line number Diff line number Diff line change 22CONFIG_USE_GPTIMER_GENERATE_TICKS=n
33CONFIG_ENABLE_LIGHTBULB_DEBUG=y
44
5+ # IDF unit test
6+ CONFIG_UNITY_FREERTOS_STACK_SIZE=10240
7+ CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
8+
59# Freertos
610CONFIG_FREERTOS_HZ=1000
711
You can’t perform that action at this time.
0 commit comments