Merge branch 'doc/update_nimble_mesh_example_information_v4.4' into 'release/v4.4'

Nimble: Update Mesh example documentation (v4.4)

See merge request espressif/esp-idf!21579
This commit is contained in:
Jiang Jiang Jian 2023-02-03 13:53:29 +08:00
commit bd54673f81
2 changed files with 9 additions and 1 deletions

View File

@ -313,7 +313,10 @@ menuconfig BT_NIMBLE_MESH
depends on BT_NIMBLE_ENABLED depends on BT_NIMBLE_ENABLED
default n default n
help help
Enable BLE Mesh functionality Enable BLE Mesh example present in upstream mynewt-nimble and not maintained by Espressif.
IDF maintains ESP-BLE-MESH as the official Mesh solution. Please refer to ESP-BLE-MESH guide at:
`https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html`
config BT_NIMBLE_MESH_PROXY config BT_NIMBLE_MESH_PROXY
bool "Enable mesh proxy functionality" bool "Enable mesh proxy functionality"

View File

@ -3,6 +3,11 @@
# BLE Mesh example # BLE Mesh example
This example is part of upstream mynewt-nimble implementation and not maintained by Espressif.
IDF maintains ESP-BLE-MESH as the official Mesh solution. Please refer to ESP-BLE-MESH guide at:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html
(See the README.md file in the upper level 'examples' directory for more information about examples.) (See the README.md file in the upper level 'examples' directory for more information about examples.)
This example implements Bluetooth Mesh node that supports On/Off and Level models. This example implements Bluetooth Mesh node that supports On/Off and Level models.