mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0bf2906bc9
After RMT driver refactor, two breaking change are introduced: 1. Users needs to call `rmt_driver_install` before `rmt_config`. 2. Do not support memory block count > 1, fix this two issues closes https://github.com/espressif/esp-idf/issues/4664 closes https://github.com/espressif/esp-idf/issues/4959