ble_mesh: Fix tutorial links in examples README.md
This commit is contained in:
parent
cc187a43b3
commit
13537ce279
4 changed files with 4 additions and 4 deletions
|
@ -3,4 +3,4 @@ ESP BLE Mesh Fast Provisioning Client example
|
|||
|
||||
This example shows how a BLE Mesh device functions as a Fast Provisioning Client.
|
||||
|
||||
Please check the [tutorial](tutorial/ble_mesh_fast_provision_client.md) for more information about this example.
|
||||
Please check the [tutorial](tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md) for more information about this example.
|
|
@ -3,4 +3,4 @@ ESP BLE Mesh Fast Provisioning Server example
|
|||
|
||||
This example shows how a BLE Mesh device functions as a Fast Provisioning Server.
|
||||
|
||||
Please check the [tutorial](tutorial/ble_mesh_fast_provision_server.md) for more information about this example.
|
||||
Please check the [tutorial](tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md) for more information about this example.
|
|
@ -13,4 +13,4 @@ The default purpose of this demo is to enable the advertising function with 20-m
|
|||
For a better demonstration effect, an RGB LED can be soldered onto the ESP32-DevKitC board, by connecting their corresponding GPIO pins are GPIO\_NUM\_25, GPIO\_NUM\_26, GPIO\_NUM\_27. Then you need to select the following option in menuconfig:
|
||||
`idf.py menuconfig --> Example Configuration --> Board selection for BLE Mesh --> ESP-WROOM-32`
|
||||
|
||||
Please check the [tutorial](tutorial/Ble_Mesh_Node_Example_Walkthrough.md) for more information about this example.
|
||||
Please check the [tutorial](tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md) for more information about this example.
|
||||
|
|
|
@ -3,4 +3,4 @@ ESP BLE Mesh Provisioner demo
|
|||
|
||||
This demo shows how a BLE Mesh device can function as a provisioner.
|
||||
|
||||
Please check the [tutorial](tutorial/Ble_Mesh_Provisioner_Example_Walkthrough.md) for more information about this example.
|
||||
Please check the [tutorial](tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md) for more information about this example.
|
Loading…
Reference in a new issue