Skip to content

Commit 67eb009

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 e1d280c commit 67eb009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/rak4631/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ extern "C"
147147
// LoRa radio module pins for RAK4631
148148
#define P_LORA_DIO_1 (47)
149149
#define P_LORA_NSS (42)
150-
#define P_LORA_RESET (-1)
150+
#define P_LORA_RESET (38)
151151
#define P_LORA_BUSY (46)
152152
#define P_LORA_SCLK (43)
153153
#define P_LORA_MISO (45)

0 commit comments

Comments
 (0)