IR remote support for ESP32C2 #19796
-
Hi, I'm trying to add ir remote for esp32c2, I'm aware this is new chip for tasmota support, so I was wondering if there's a way to fix so it compiles?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
IRremote is disabled since the used library does not work with Arduino 3.0. There is no quick fix. The Timer API has changed and our tries to adopt to the new API does compile but has horrible recognition rates. |
Beta Was this translation helpful? Give feedback.
-
To be very clear we are going to add official Tasmota support for C6 some day. 100% sure the C2 will never have all features of the other ESP32 MCU. The resources of the C2 are too limited. |
Beta Was this translation helpful? Give feedback.
-
Closed, IR can now be compiled succesfully |
Beta Was this translation helpful? Give feedback.
IRremote is disabled since the used library does not work with Arduino 3.0. There is no quick fix. The Timer API has changed and our tries to adopt to the new API does compile but has horrible recognition rates.
Probably takes some time. The maintainer of the lib is knowing the problem but is short on free time to work on it.