Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 16, 2024
1 parent ef3878a commit f15327e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ diagrams). The following table shows the default pins used in all the
SCK, "GPIO11 (SCK)"
MOSI, "GPIO10 (MOSI)"
MISO, "GPIO9 (MISO)"
IRQ, GPIO12
IRQ, GPIO24

The IRQ pin is not typically connected, and it is only used in the interrupt_configure example.

Expand Down Expand Up @@ -196,7 +196,7 @@ then it is necessary to use an environment variable containing additional argume

.. code-block:: bash
export CMAKE_ARGS="-DMESH_DEBUG=ON -DSERIAL_DEBUG=ON"
export CMAKE_ARGS="-DRF24MESH_DEBUG=ON -DRF24NETWORK_DEBUG=ON"
Then just build and install the package from source as usual.

Expand Down

0 comments on commit f15327e

Please sign in to comment.