docs: update application examples for esp_now.rst and esp-wifi-mesh.rst

This commit is contained in:
Linda
2024-07-18 17:39:31 +08:00
committed by BOT
parent 14a2be6eed
commit 2136c072b5
4 changed files with 9 additions and 15 deletions
+1 -3
View File
@@ -123,9 +123,7 @@ If Power-saving is needed for ESP-NOW, call :cpp:func:`esp_wifi_connectionless_m
Application Examples
--------------------
* Example of sending and receiving ESP-NOW data between two devices: :example:`wifi/espnow`.
* For more application examples of how to use ESP-NOW, please visit `ESP-NOW <https://github.com/espressif/esp-now>`_ repository.
- :example:`wifi/espnow` demonstrates how to use the ESPNOW feature of {IDF_TARGET_NAME}'s Wi-Fi, including starting Wi-Fi, initializing ESP-NOW, registering ESP-NOW sending or receiving callback function, adding ESP-NOW peer information, and sending and receiving ESP-NOW data between two devices.
API Reference
-------------