Do you have an expected release plan?
Now I am dealing with this,
Set a parent node that does not exist.
void wifi_mesh_set_root_parent(void)
{
wifi_config_t parent =
{
.sta =
{
.ssid = CONFIG_MESH_ROUTER_SSID,
.password = CONFIG_MESH_ROUTER_PASSWD,
.channel = CONFIG_MESH_CHANNEL ...
Search found 3 matches
- Fri Jul 27, 2018 8:00 am
- Forum: ESP-MDF
- Topic: General suggestions for ESP mesh functionality
- Replies: 3
- Views: 9612
- Fri Jul 27, 2018 7:55 am
- Forum: ESP-MDF
- Topic: esp_mesh_start crashed when I enable bluetooth and SPIRAM
- Replies: 0
- Views: 5177
- Thu Jul 12, 2018 1:55 am
- Forum: ESP-MDF
- Topic: General suggestions for ESP mesh functionality
- Replies: 3
- Views: 9612
General suggestions for ESP mesh functionality
When using espressif‘s esp mesh, although it has a function of esp_mesh_fix_root but it still can't be used away from the router. Because in the function esp_mesh_set_parent , the parent configuration, the ssid and the channel of the parent are mandatory. Therefore, in the case of leaving the router ...