Page 1 of 1

ESP-MESH Programming Guide Code Questions

Posted: Sun Jan 26, 2020 7:34 pm
by victuor3
I'm learning to build a mesh network by following the ESP-MESH Programming Guide provided by Espressif. I copied all the code snippets from that guide to my project, but the compiler is giving me a bunch of errors which I don't know how to solve. I'm thinking that I don't have the correct libraries included. If someone could help me take a look, that would be awesome. Thanks!

Re: ESP-MESH Programming Guide Code Questions

Posted: Thu Mar 26, 2020 4:14 am
by sioiot
Hi
1. It is recommended that you use esp-mdf sdk to learn the mesh function.
2. Modified your code, it can be successfully compiled on esp-idf master.

thanks.