Hi!
So, I already have a finished code developed in ESP-IDF framework, to which I want to add the mesh functionality. Now I understand mesh works with the ESP-MDF framework. I added the ESP-MDF "get-started" example code into my existing code as a library file, and tried to build the code, only failing. I even added all the libraries inside the "components" folder of ESP-MDF into my current code(ESP-IDF).
The building always fails with "fatal error: miniz.h: No such file or directory", even when the file exists in my "components" folder.
Please suggest if I'm missing something, or doing wrong. All I want is to integrate mesh functionality into my existing code.
Thanks.
Karan
Integrate mesh into an already existing ESP-IDF framework code
Re: Integrate mesh into an already existing ESP-IDF framework code
If the file exists, it simply means that the project doesn't have an include path to the location of the file. Check you project setup."fatal error: miniz.h: No such file or directory"
Who is online
Users browsing this forum: No registered users and 28 guests