Skip to content

Commit 78ab2bc

Browse files
committed
Merge branch 'test/led_indicator_ci' into 'master'
test: led indicator ci See merge request ae_group/esp-iot-solution!973
2 parents 29b5a8d + cbfcb72 commit 78ab2bc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

components/led/led_indicator/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
As one of the simplest output peripherals, LED indicators can indicate the current operating state of the system by blinking in different types. ESP-IoT-Solution provides an LED indicator component with the following features:
44

5-
* Can define multiple groups of different blink types
6-
* Can define the priority of blink types
7-
* Can set up multiple indicators
8-
* LEDC and other drivers support adjustable brightness, gradient
9-
* Support adjustment light with gamma
10-
* Supports LED strips types like WS2812 and SK6812, and offers gradual color transitions based on the color wheel, brightness transitions, and the ability to specify LED index.
5+
* Can define multiple groups of different blink types.
6+
* Can define the priority of blink types.
7+
* Can set up multiple indicators.
8+
* LEDC and other drivers support adjustable brightness, gradient.
9+
* Support adjustment light with gamma.
10+
* Supports LED strips types like WS2812 and SK6812, and offers gradual color transitions based on the color wheel, brightness. transitions, and the ability to specify LED index.
1111

1212
### Support LED Types
1313

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
1+
# SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
22
#SPDX-License-Identifier: Apache-2.0
33

44
import pytest
55
from pytest_embedded import Dut
66

77
@pytest.mark.target('esp32s3')
88
@pytest.mark.env('led_indicator')
9+
@pytest.mark.timeout(1000)
910
def test_led_indicator(dut: Dut)-> None:
1011
dut.run_all_single_board_cases(timeout = 1000)

0 commit comments

Comments
 (0)