You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/api/espnow.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ About
7
7
8
8
ESP-NOW is a communication protocol designed for low-power, low-latency, and high-throughput communication between ESP32 devices without the need for an access point (AP).
9
9
It is ideal for scenarios where devices need to communicate directly with each other in a local network.
10
-
ESP-NOW is ideal for smart lights, remote control devices, sensors and other applications.
10
+
ESP-NOW can be used for smart lights, remote control devices, sensors and many other applications.
11
11
12
12
This library provides an easy-to-use interface for setting up ESP-NOW communication, adding and removing peers, and sending and receiving data packets.
0 commit comments