Skip to content

Commit 948ebc7

Browse files
authored
fix(serial): fixes example session headers
Removed redundant section headers for example applications.
1 parent 90ab93e commit 948ebc7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/en/api/serial.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -647,22 +647,17 @@ Where:
647647
Example Applications
648648
********************
649649

650-
.. _baud-rate-detection-example:
651-
652-
Baud Rate Detection Example
653-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
650+
Baud Rate Detection Example:
654651

655652
.. literalinclude:: ../../../libraries/ESP32/examples/Serial/BaudRateDetect_Demo/BaudRateDetect_Demo.ino
656653
:language: arduino
657654

658655
OnReceive Callback Example:
659-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
660656

661657
.. literalinclude:: ../../../libraries/ESP32/examples/Serial/OnReceive_Demo/OnReceive_Demo.ino
662658
:language: arduino
663659

664660
RS485 Communication Example:
665-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
666661

667662
.. literalinclude:: ../../../libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
668663
:language: arduino

0 commit comments

Comments
 (0)