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
+13
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
+9
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.