Skip to content

Commit 6c6d3d9

Browse files
committed
Fix RAK4631 SX1262 hardware pin config
1 parent 8ac8c4d commit 6c6d3d9

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)