]> 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)
committerqiyueixa <qiyuexia@espressif.com>
Mon, 27 Aug 2018 11:12:40 +0000 (19:12 +0800)
commit91dd05662db747b52a69fa26ca993b6ff67076b3
treefb44db6213688bd71f088aba5230fdf83281dfd4
parent147b3497997dbd727ed7c94ca322b1cd86091349
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