]> granicus.if.org Git - esp-idf/commit
mesh: bugfix and add two APIs
authorqiyuexia <qiyuexia@espressif.com>
Mon, 27 Aug 2018 07:08:54 +0000 (15:08 +0800)
committerqiyuexia <qiyuexia@espressif.com>
Wed, 29 Aug 2018 09:28:17 +0000 (17:28 +0800)
commit09f5854c9aebd897e31c6c55e49b8389ca5e35a6
treeb5fbff953b240f287f0248d8427fba5928a87509
parentbcebf3e6f16d354880b253f021013db7d6150c8c
mesh: bugfix and add two APIs

1. new APIs: esp_mesh_get_subnet_nodes_num() and esp_mesh_get_subnet_nodes_list().
2. fix hard to find the parent during connect.
3. disable Wi-Fi channel switch function.
4. fix a typo of MESH_EVENT_NO_PARENT_FOUND.
components/esp32/include/esp_mesh.h
components/esp32/lib
examples/mesh/internal_communication/main/Kconfig.projbuild
examples/mesh/internal_communication/main/mesh_main.c
examples/mesh/manual_networking/main/Kconfig.projbuild
examples/mesh/manual_networking/main/mesh_main.c