We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9c276 commit 1e04a11Copy full SHA for 1e04a11
examples/i2s/i2s_lora_walkie_talkie.ino
@@ -21,8 +21,8 @@ volatile bool btn_pressed_ = false; // true when button is held
21
// lora module pinouts (SX1268)
22
#define LORA_RADIO_PIN_SS SS // NSS pin
23
#define LORA_RADIO_PIN_RST 27 // NRST pin
24
-#define LORA_RADIO_PIN_A 12 // BUSY pin
25
-#define LORA_RADIO_PIN_B 14 // DIO1 pin
+#define LORA_RADIO_PIN_A 12 // DIO1 pin
+#define LORA_RADIO_PIN_B 14 // BUSY pin
26
#define LORA_RADIO_PIN_RXEN 32 // RX enable pin
27
#define LORA_RADIO_PIN_TXEN 33 // TX enable pin
28
0 commit comments