From f15327e761ba4cf05b1767cd697ee74b649d77fa Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sat, 15 Jun 2024 19:19:21 -0700 Subject: [PATCH] update README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 08c63c7..9833290 100644 --- a/README.rst +++ b/README.rst @@ -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. @@ -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.