Integrate mesh into an already existing ESP-IDF framework code
Posted: 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
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