-
Notifications
You must be signed in to change notification settings - Fork 927
Closed
Labels
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
https://components.espressif.com/components/espressif/led_indicator
https://docs.espressif.com/projects/esp-iot-solution/en/latest/display/led_indicator.html
if i define a looped Blink:
like this one:
| static const blink_step_t default_connecting[] = { |
then i call led_indicator_stop, then it is that the LED is on or off randomly.
depending if it was in the on or off state when the stop came in.
the Customer of a stop await that the LED is off in any case.
any solution ?
Thanks,
Franz