Page 1 of 1

Integrate mesh into an already existing ESP-IDF framework code

Posted: Thu Mar 07, 2019 7:57 am
by KaranRaj
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

Re: Integrate mesh into an already existing ESP-IDF framework code

Posted: Thu Mar 07, 2019 7:22 pm
by permal
"fatal error: miniz.h: No such file or directory"
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.