You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding the Rx.BufferPull() routine taking 1000ms each loop cycle which really slows the entire ESP32 down and this is even when I am not receiving any IR signals.
Instead, could you adjust the logic to use the built in RX interrupt (rmt_set_rx_intr_en)?
The text was updated successfully, but these errors were encountered:
I am finding the Rx.BufferPull() routine taking 1000ms each loop cycle which really slows the entire ESP32 down and this is even when I am not receiving any IR signals.
Instead, could you adjust the logic to use the built in RX interrupt (rmt_set_rx_intr_en)?
The text was updated successfully, but these errors were encountered: