Skip to content

Commit

Permalink
fix examples links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Apr 2, 2024
1 parent 9017067 commit 2b43448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/api/espnow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,15 @@ Set of 2 examples of the ESP-NOW library to send and receive data between multip

1. ESP-NOW Broadcast Master Example:

.. literalinclude:: libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master/ESP_NOW_Broadcast_Master.ino
.. literalinclude:: ../../../libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master/ESP_NOW_Broadcast_Master.ino
:language: cpp

2. ESP-NOW Broadcast Slave Example:

.. literalinclude:: libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave/ESP_NOW_Broadcast_Slave.ino
.. literalinclude:: ../../../libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Slave/ESP_NOW_Broadcast_Slave.ino
:language: cpp

Example of the ESP-NOW Serial library to send and receive data between 2 ESP32 devices using the serial port:

.. literalinclude:: libraries/ESP_NOW/examples/ESP_NOW_Serial/ESP_NOW_Serial.ino
.. literalinclude:: ../../../libraries/ESP_NOW/examples/ESP_NOW_Serial/ESP_NOW_Serial.ino
:language: cpp

0 comments on commit 2b43448

Please sign in to comment.