espressif / esp-box

The ESP-BOX is a new generation AIoT development platform released by Espressif Systems.
Apache License 2.0
714 stars 173 forks source link

example factory_demo CMakeLists.txt line 16 refers to moved example led_strip #34

Closed PaulskPt closed 2 years ago

PaulskPt commented 2 years ago

Just for your info:

It did not (yet) cause me a problem:

The factory_demo example adds in CMakeLists.tst, line 16 $ENV{IDF_PATH}/examples/common_components/led_strip. In the latest version of es-idf, the common_component led_strip has been moved. It existed before in esp-idf/examples/common_components, however: in the README.md of that component was stated the warning: Please note that this component is not considered to be a part of ESP-IDF stable API. It may change and it may be removed in the future releases.

2022-06-19_18h10utc_esp_box_example_factory_demo_CMakeLists txt_not_more_existing_led_strip

In the latest version of esp-idf there I found a component led_strip in the esp-idf/examples/peripherals/rmt folder. I suggest to you to modify line 16 to: $ENV{IDF_PATH}/examples/peripherals/rmt/led_strip.

PaulskPt commented 2 years ago

Excuse me, I discovered, after a re-install of esp-idf (version v5.0-dev-3567-ge8d172eb87-dirty) that there still is a led_strip in examples/common_components and at the same time one in examples/peripherals/rmt. Please disregard this issue. I am closing it.