Skip to content

Commit

Permalink
Merge pull request #285 from espressif/fix/generic_led
Browse files Browse the repository at this point in the history
bsp: Fixed generic led_indicator
  • Loading branch information
espzav authored Jan 29, 2024
2 parents de8a267 + d36daba commit 6bc7078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bsp/esp_bsp_generic/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version: "1.1.0"
version: "1.1.1"
description: Generig Board Support Package
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_bsp_generic

Expand Down
1 change: 0 additions & 1 deletion bsp/esp_bsp_generic/src/esp_bsp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ static led_strip_spi_config_t bsp_leds_rgb_spi_config = {
#endif

static led_indicator_strips_config_t bsp_leds_rgb_config = {
.is_active_level_high = 1,
.led_strip_cfg = bsp_leds_rgb_strip_config,
#if CONFIG_BSP_LED_RGB_BACKEND_RMT
.led_strip_driver = LED_STRIP_RMT,
Expand Down

0 comments on commit 6bc7078

Please sign in to comment.