Skip to content

Commit

Permalink
feat(ble_mesh): Remove ble_mesh_console example
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Linyan authored and JiaLWang committed Sep 8, 2023
1 parent bf51fb9 commit 0e63bfc
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 4,111 deletions.
2 changes: 0 additions & 2 deletions docs/en/api-guides/esp-ble-mesh/ble-mesh-feature-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ Mesh Applications
* :example_file:`Tutorial <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md>`
* :example:`Example <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist>`
* `Demo Video <https://dl.espressif.com/BLE/public/ESP_BLE_MESH_WIFI_Coexistence.mp4>`__
* ESP-BLE-MESH Console Commands
* :example:`Example <bluetooth/esp_ble_mesh/ble_mesh_console>`


Future Release Features
Expand Down
2 changes: 0 additions & 2 deletions docs/en/api-guides/esp-ble-mesh/ble-mesh-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ ESP-BLE-MESH Examples

* :example_file:`ESP-BLE-MESH and Wi-Fi Coexistence <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md>` - an example that demonstrates the Wi-Fi and Bluetooth (BLE/BR/EDR) coexistence feature of {IDF_TARGET_NAME}. Simply put, users can use the Wi-Fi while operating Bluetooth, see :example:`example code <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist>`.

* ESP-BLE-MESH Console - an example that implements BLE Mesh basic features. Within this example a node can be scanned and provisioned by Provisioner and reply to get/set message from Provisioner, see :example:`example node code <bluetooth/esp_ble_mesh/ble_mesh_console>`.


.. _esp-ble-mesh-demo-videos:

Expand Down
2 changes: 0 additions & 2 deletions docs/zh_CN/api-guides/esp-ble-mesh/ble-mesh-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ ESP-BLE-MESH 示例

* :example_file:`Wi-Fi 和 ESP-BLE-MESH 共存 <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md>` - 该示例用于演示 Wi-Fi 和 ESP-BLE-MESH 共存的功能。简而言之,用户可在运行 ESP-BLE-MESH 时使用 Wi-Fi,示例请见 :example:`example code <bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist>`。

* ESP-BLE-MESH 节点控制台 - 该演示实现 ESP-BLE-MESH 节点的基本功能。在演示中,Provisioner and Node 可以扫描、验证节点,节点可以回复 Provisioner 的获取/设置消息,示例请见::example:`example code <bluetooth/esp_ble_mesh/ble_mesh_console>`。


.. _esp-ble-mesh-demo-videos:

Expand Down
4 changes: 0 additions & 4 deletions examples/bluetooth/esp_ble_mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Note: To use examples in this directory, you need to have Bluetooth enabled in c

This directory includes examples to demonstrate ESP-BLE-MESH functionality based on [Zephyr Bluetooth Mesh stack](https://github.com/zephyrproject-rtos/zephyr/tree/master/subsys/bluetooth/mesh).

## ble_mesh_console

This example demonstrates how ESP-BLE-MESH uses Console for message transmitting/receiving tests.

## ble_mesh_fast_provision

This example illustrates the solution of ESP-BLE-MESH Fast Provisioning.
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions examples/bluetooth/esp_ble_mesh/ble_mesh_console/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0e63bfc

Please sign in to comment.