-
hello, i can't deal with this error: c:...\libraries\Arduino-IRremote\src/IRProtocol.hpp:126:84: error: template argument 2 is invalid any idea whats wrong? examples compile on ESP32-CAM best regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Maybe wrong compiler or wrong processor. |
Beta Was this translation helpful? Give feedback.
-
in both cases i use arduino IDE 233 with the AI Thinker ESP32-CAM board. the above error only appears in my user design, not in the IRremote Demo sketch. I don't have an idea whats wrong ... this are all my includes:
|
Beta Was this translation helpful? Give feedback.
-
thanks for your recommendation, in the following order it compiles now without any error! <Audio.h> was the problem ...
|
Beta Was this translation helpful? Give feedback.
thanks for your recommendation, in the following order it compiles now without any error! <Audio.h> was the problem ...