Browse Source
Merge pull request #2008 from weebl2000/p_lora_reset_rak4631
Fix RAK4631 SX1262 hardware pin config
pull/2347/head
Liam Cottle
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
|