Integrate mesh into an already existing ESP-IDF framework code

KaranRaj
Posts: 16
Joined: Wed Jan 16, 2019 5:43 am

Integrate mesh into an already existing ESP-IDF framework code

Postby KaranRaj » Thu Mar 07, 2019 7:57 am

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

permal
Posts: 384
Joined: Sun May 14, 2017 5:36 pm

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

Postby permal » Thu Mar 07, 2019 7:22 pm

"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.

Who is online

Users browsing this forum: No registered users and 32 guests