Closed don41382 closed 3 years ago
Could someone help to get it working as a library inside my platformio esp32-idf project?
pio for ESP32 can use 2 framework.
When using the arduino framewrok, Probably a very difficult task. You probably need to make a lot of changes. It's easier to use a different library.
When using the esp-idf framework, it is easier to use the native esp-idf. esp-idf is not difficult.
Thanks for the quick response @nopnop2002. You got me wrong: I switched from pio Android to pio esp-idf.
Have you ever used pio? Do you have an idea how to change the CMakeList.txt in order to have a proper import?
Have you ever used pio?
Yes.
Do you have an idea how to change the CMakeList.txt in order to have a proper import?
No.
I didn't get it to work and switched libs. Thanks for your support.
Hi guys,
First of all: Thanks for this great library!
I am pretty new to the esp idf and just arrived from Arduino world. Could someone help to get it working as a library inside my platformio esp32-idf project?
I know I have to adjust the
src/CMakeLists.txt
in order to make the lib work.Thanks in advance!
I already added the build flags to the
platform.ini
: