Skip to content

Commit a5ae89a

Browse files
committed
Fix RAK4631 SX1262 hardware pin config
1 parent fb726e4 commit a5ae89a

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)