esp-mesh-lite
esp-mesh-lite copied to clipboard
Compatibility of ESP-MESH-LITE with PlatformIO (AEGHB-581)
Hello,
I am currently exploring the ESP-MESH-LITE project for a Wi-Fi networking application and am interested in integrating it with PlatformIO for an ESP32 project. I have encountered some challenges in compiling the ESP-MESH-LITE project using PlatformIO and was wondering if there's a recommended approach or if compatibility adjustments are needed.
Steps to Reproduce:
- Created a new PlatformIO project and set the framework to ESP-IDF.
- Added ESP-MESH-LITE to the
lib
directory of the project. - Attempted to compile the project.
Issues Encountered:
- Received errors indicating implicit declaration of functions (
esp_bridge_create_all_netif
,esp_mesh_lite_init
,esp_mesh_lite_start
) and unknown types (esp_mesh_lite_config_t
). - It seems that the ESP-MESH-LITE header files are not being correctly included or recognized by the compiler.
Questions:
- Is there a specific configuration or setup required to build ESP-MESH-LITE projects with PlatformIO?
- Are there plans to ensure compatibility between ESP-MESH-LITE and PlatformIO, especially considering the ESP-IDF version dependencies?
Any guidance or recommendations on integrating ESP-MESH-LITE with PlatformIO would be greatly appreciated. Thank you for your support and for developing such an interesting project.
Thanks.