Page 2 of 2

Re: BUG - v3..3 beta : esp_mesh_set_router doesn't seem to work

Posted: Fri Feb 15, 2019 1:55 pm
by leenowell
Thanks very much for your reply. I agree that when the struct is instantiated it has random values but once all elements have been set the important bits (eg everything in the string based variables before the \0 terminator rather than after the terminator) should be correct. So in theory unless the function is somehow accessing beyond the string terminators not sure why there is an issue.
Thanks

Lee.

Re: BUG - v3..3 beta : esp_mesh_set_router doesn't seem to work

Posted: Mon Feb 18, 2019 7:44 am
by yudong
Hi Lee,

We know what the problem is. There's code to compare ssid with memcmp and len=32.
Will correct it during the next update.

Thanks

Re: BUG - v3..3 beta : esp_mesh_set_router doesn't seem to work

Posted: Mon Apr 01, 2019 7:30 am
by yudong
We have modify this in the lastest IDF