Skip to content

Commit

Permalink
Clean up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Swoboda committed Dec 27, 2024
1 parent 3936c2d commit e1f2e6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/sx127x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ Actions:

``sx127x.set_mode_tx`` **Action**

This :ref:`action <config-action>` sets the ``sx127x`` mode to tx, the ``sx127x`` needs to be
in continuous mode.
This :ref:`action <config-action>` sets the ``sx127x`` mode to tx.

.. code-block:: yaml
Expand Down Expand Up @@ -223,7 +222,7 @@ The ``sx127x`` mode must be set appropriately before and after transmit using th
**As a Transmitter & Receiver:**

In :doc:`remote_transmitter </components/remote_transmitter>` ``one_wire`` must set to ``true`` and
``eot_level`` set to ``false``. In addition to setting the ``sx127x`` mode in ``on_transmit`` &
``eot_level`` set to ``false``. In addition to setting the ``sx127x`` mode in ``on_transmit`` /
``on_complete`` the pin state should be pulled low before ``set_mode_tx`` and released before
``set_mode_rx``.

Expand Down

0 comments on commit e1f2e6e

Please sign in to comment.