add mesh feature

This commit is contained in:
qiyueixa
2018-02-27 18:22:20 +08:00
parent c842725be0
commit 2984cdbbe3
30 changed files with 2522 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ API Reference
:maxdepth: 2
Wi-Fi <wifi/index>
Mesh <mesh/index>
Bluetooth <bluetooth/index>
Ethernet <ethernet/index>
Peripherals <peripherals/index>

View 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

View 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.