Open rvalitov opened 1 month ago
Hey! I don't even remember what part of Arduino framework did I use in the component. Most likely I can make the code independent from the framework. But it will not be soon cause I haven’t enough time yet.
Hey, I have the same problem with the c6 adapter. Problem is, it seems like c6 doesn't support Arduino at all. and therefore I cannot compile it (changing framework to arduino results 'invalid option')
Any way to mitigate it?
I don't know the way, because I haven't enough time for digging deeper with it yet. If you are familiar with C/C++ and esp-idf, it would be very appreciated if you create pull request with such code changes.
Hi! I'm using ESP32-C3 super mini with the following config:
This leads to compilation error:
If I change the framework to
arduino
then the compilation works, but in all examples for this chip it's recommended to useesp-idf
. So the question is:arduino
framework is really obligatory here or it's possible to make it work withesp-idf
too?P.S. The reason is that I also want to use this device as bluetooth proxy, and according to the docs the ESP32 should be compiled as
esp-idf
for this to work properly.