From 6c6d3d9f9ea1f0119a09f69c07c977f92afd8cbc Mon Sep 17 00:00:00 2001 From: Wessel Nieboer Date: Thu, 12 Mar 2026 05:32:27 +0100 Subject: [PATCH] Fix RAK4631 SX1262 hardware pin config --- variants/rak4631/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/rak4631/variant.h b/variants/rak4631/variant.h index 142d93e91d..38cc88685c 100644 --- a/variants/rak4631/variant.h +++ b/variants/rak4631/variant.h @@ -147,7 +147,7 @@ extern "C" // LoRa radio module pins for RAK4631 #define P_LORA_DIO_1 (47) #define P_LORA_NSS (42) -#define P_LORA_RESET (-1) +#define P_LORA_RESET (38) #define P_LORA_BUSY (46) #define P_LORA_SCLK (43) #define P_LORA_MISO (45)