Page 1 of 1

ESP Mesh Lite Programming Guide

Posted: Wed Dec 04, 2024 6:01 am
by Ybin_ESP
Hello Guys,

As the title said, Is there ESP Mesh Lite Programming Guide something like ESP Rainmaker Programming Guide? :roll:
I am looking for it, but I saw many reference guide related to ESP WIFI Mesh.

Re: ESP Mesh Lite Programming Guide

Posted: Sun Mar 23, 2025 7:45 am
by nopnop2002
The only difference between ESP Mesh Lite and Station mode is the WiFi initialization code; otherwise it is the same as Station mode.

Specifically, you need to change only this task.

https://github.com/espressif/esp-mesh-l ... trol.c#L68

Re: ESP Mesh Lite Programming Guide

Posted: Tue Oct 14, 2025 7:21 am
by Ybin_ESP
Thank you so much :mrgreen: