Skip to content

Commit 0c90b28

Browse files
committed
variants: RAK4631: Enable RF module reset pin
There is no reason to not use the reset pin as the RAK4630/31 module has it connected internally. Signed-off-by: Frieder Schrempf <frieder@fris.de>
1 parent 2133d3f commit 0c90b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/rak4631/RAK4631Board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// LoRa radio module pins for RAK4631
88
#define P_LORA_DIO_1 47
99
#define P_LORA_NSS 42
10-
#define P_LORA_RESET RADIOLIB_NC // 38
10+
#define P_LORA_RESET 38
1111
#define P_LORA_BUSY 46
1212
#define P_LORA_SCLK 43
1313
#define P_LORA_MISO 45

0 commit comments

Comments
 (0)