Skip to content

Commit 1e04a11

Browse files
authored
Update i2s_lora_walkie_talkie.ino
1 parent de9c276 commit 1e04a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/i2s/i2s_lora_walkie_talkie.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ volatile bool btn_pressed_ = false; // true when button is held
2121
// lora module pinouts (SX1268)
2222
#define LORA_RADIO_PIN_SS SS // NSS pin
2323
#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
24+
#define LORA_RADIO_PIN_A 12 // DIO1 pin
25+
#define LORA_RADIO_PIN_B 14 // BUSY pin
2626
#define LORA_RADIO_PIN_RXEN 32 // RX enable pin
2727
#define LORA_RADIO_PIN_TXEN 33 // TX enable pin
2828

0 commit comments

Comments
 (0)