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
While trying to use raw_dumper example, in the line ir_rx_init(IR_RX_GPIO, 1024) esp was waiting for initializing but not initializing hanging on that line not initializing and not reading ir signal.......please help me!!!
The text was updated successfully, but these errors were encountered:
For record IR using raw_dumper example,......its not working with 2020r2 version SDK, because of below two inbuilt API not working.
os_timer_setfn(&ir_rx_context.timeout_timer, ir_rx_timeout, NULL);
os_timer_arm(&ir_rx_context.timeout_timer, 10, 1);
While trying to use raw_dumper example, in the line ir_rx_init(IR_RX_GPIO, 1024) esp was waiting for initializing but not initializing hanging on that line not initializing and not reading ir signal.......please help me!!!
The text was updated successfully, but these errors were encountered: