mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 09:02:08 +00:00
add mesh feature
This commit is contained in:
@@ -6,6 +6,7 @@ API Reference
|
||||
:maxdepth: 2
|
||||
|
||||
Wi-Fi <wifi/index>
|
||||
Mesh <mesh/index>
|
||||
Bluetooth <bluetooth/index>
|
||||
Ethernet <ethernet/index>
|
||||
Peripherals <peripherals/index>
|
||||
|
||||
13
docs/en/api-reference/mesh/esp_mesh.rst
Normal file
13
docs/en/api-reference/mesh/esp_mesh.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
Mesh
|
||||
=====
|
||||
|
||||
Application Examples
|
||||
--------------------
|
||||
|
||||
See :example:`mesh` directory of ESP-IDF examples that contains the following applications.
|
||||
|
||||
|
||||
API Reference
|
||||
--------------
|
||||
|
||||
.. include:: /_build/inc/esp_mesh.inc
|
||||
9
docs/en/api-reference/mesh/index.rst
Normal file
9
docs/en/api-reference/mesh/index.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Mesh API
|
||||
*********
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
ESP Mesh <esp_mesh>
|
||||
|
||||
Example code for this API section is provided in :example:`mesh` directory of ESP-IDF examples.
|
||||
Reference in New Issue
Block a user