Fix RAK4631 SX1262 hardware pin config

This commit is contained in:
Wessel Nieboer
2026-04-04 13:18:17 +02:00
committed by Wessel Nieboer
parent fb726e48c2
commit a5ae89aac0
+1 -1
View File
@@ -147,7 +147,7 @@ extern "C"
// LoRa radio module pins for RAK4631 // LoRa radio module pins for RAK4631
#define P_LORA_DIO_1 (47) #define P_LORA_DIO_1 (47)
#define P_LORA_NSS (42) #define P_LORA_NSS (42)
#define P_LORA_RESET (-1) #define P_LORA_RESET (38)
#define P_LORA_BUSY (46) #define P_LORA_BUSY (46)
#define P_LORA_SCLK (43) #define P_LORA_SCLK (43)
#define P_LORA_MISO (45) #define P_LORA_MISO (45)