• Jonathan Hogg's avatar
    esp32/esp32_rmt: Call rmt_driver_install before rmt_config. · 3a9d9480
    Jonathan Hogg authored
    Otherwise the RMT will repeat pulses when using loop(True).  This repeating
    is due to a bug in the IDF which will be fixed in an upcoming release, but
    for now the accepted workaround is to swap these calls, which should still
    work in the fixed version of the IDF.
    
    Fixes issue #6167.
    3a9d9480
esp32_rmt.c 10.2 KB