Przeglądaj źródła

ble_mesh: Fix tutorial links in examples README.md

lly 5 lat temu
rodzic
commit
2b767ef104

+ 1 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/README.md

@@ -6,4 +6,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.

+ 1 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/README.md

@@ -6,4 +6,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.

+ 1 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/README.md

@@ -16,4 +16,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.

+ 1 - 1
examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/README.md

@@ -6,4 +6,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.