-
In my first try i just include library send ir using sendAc function. but my debugger show unknown protocol. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
As described in the first few lines of readme, this is only supporten under Arduino framework. You have to be much much much more specific if we are even to begin to give generic advise. But you will have more luck in getting help if you start out and get working with Arduino framework. |
Beta Was this translation helpful? Give feedback.
-
You might only need to include the Arduino header file(s) e.g. `#include <Arduino.h>" but I don't know. As @NiKiZe points out, this library is only for use under the Arduino framework. You seem to keep reporting issues about problems using this library in an unsupported way. e.g. #1329, #1328, & #1223 There is no "tickRate" in this library. If you are running this under a pure FreeRTOS environment (i.e. No Arduino framework) this is unsupported. Don't expect help. I've never run this library that way, it's not designed to do that, and if it works at all in anyway, count yourself lucky. Sadly, I don't have time to try to port it to that environment. If you want to make it work that way, feel free to try yourself. You're on your own as far as I consider it. |
Beta Was this translation helpful? Give feedback.
-
@MarkEvens, is it compatible with esp-idf now? |
Beta Was this translation helpful? Give feedback.
-
If anyone's interested I am using the library on Arduino as ESP-IDF component with a like 2 build flags added |
Beta Was this translation helpful? Give feedback.
As described in the first few lines of readme, this is only supporten under Arduino framework. You have to be much much much more specific if we are even to begin to give generic advise. But you will have more luck in getting help if you start out and get working with Arduino framework.
When you know that the basic works, then maybe, and that is a big maybe, you will be able to move over.