File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
components/led/lightbulb_driver Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## v1.11.1 - 2025-11-14
4+
5+ ### Refactor:
6+
7+ * Add heap and idf version dependency so that it can be compiled since idf v6.0
8+
39## v1.11.0 - 2025-09-17
410
511### Refactor:
Original file line number Diff line number Diff line change 1010#include <driver/spi_master.h>
1111#include <hal/spi_hal.h>
1212#include <driver/gpio.h>
13-
13+ #include "esp_heap_caps.h"
14+ #include "esp_idf_version.h"
1415#include "driver_utils.h"
1516#include "sm16825e.h"
1617
Original file line number Diff line number Diff line change 99#include <esp_log.h>
1010#include <driver/spi_master.h>
1111#include <hal/spi_hal.h>
12-
12+ #include "esp_heap_caps.h"
13+ #include "esp_idf_version.h"
1314#include "driver_utils.h"
1415#include "ws2812.h"
1516
Original file line number Diff line number Diff line change 1- version : " 1.11.0 "
1+ version : " 1.11.1 "
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 :
You can’t perform that action at this time.
0 commit comments