Adding a Arduino library to ESP-IDF Project
Posted: Tue Apr 20, 2021 3:23 pm
I use ESP-IDF for my projects, and cannot tolerate using Arduino. Mainly because they give no access to menuconfig.
On the flip side Arduino does have allot of libs out there, and why re-invent the wheel if I can just somehow pull them into my ESP-IDF project.
I have tried a Arduino project using ArduinoJson, and it works well.
https://github.com/bblanchon/ArduinoJson
Is there a way to put this into an ESP-IDF project ?
On the flip side Arduino does have allot of libs out there, and why re-invent the wheel if I can just somehow pull them into my ESP-IDF project.
I have tried a Arduino project using ArduinoJson, and it works well.
https://github.com/bblanchon/ArduinoJson
Is there a way to put this into an ESP-IDF project ?