Open UncleRus opened 2 years ago
See also #366
I am trying to build the led_strip example for a M5Stamp-C3. I get the error file "rmt_tx.h" not found. I did a search (using 'find') in my Linux Ubuntu system however I couldn't find it. I googled for it. Same negative result.
Is there any update?
Still nothing on this?
The latest esp-idf shows the same warning rmt(legacy): legacy driver is deprecated, please migrate to
driver/rmt_tx.hand/or
driver/rmt_rx.h``
just ran into this, commenting to get notified of any update
The issue
In the latest ESP-IDF master, if the CONFIG_RMT_SUPPRESS_DEPRECATE_WARN configuration option is not set, a warning is displayed
Consideration should be given to migrating from the deprecated driver to the newer one in led_strip, while retaining the use of the older driver for compatibility with supported ESP-IDF versions.
Which SDK are you using?
esp-idf
Which version of SDK are you using?
master
Which build target have you used?
Component causing the issue
led_strip
Anything in the logs that might be useful for us?
No response
Additional information or context
No response
Confirmation