Added RF95 SX1268 support (#4338)

This commit is contained in:
Max
2024-07-27 13:58:55 +03:00
committed by GitHub
parent 8641777bac
commit 6f235232f0
2 changed files with 4 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ NRF52 PRO MICRO PIN ASSIGNMENT
// LORA MODULES
#define USE_LLCC68
#define USE_SX1262
#define USE_RF95
#define USE_SX1268
// LORA CONFIG
#define SX126X_CS (32 + 13) // P1.13 FIXME - we really should define LORA_CS instead

View File

@@ -114,6 +114,8 @@ NRF52 PRO MICRO PIN ASSIGNMENT
// LORA MODULES
#define USE_LLCC68
#define USE_SX1262
#define USE_RF95
#define USE_SX1268
// LORA CONFIG
#define SX126X_CS (32 + 13) // P1.13 FIXME - we really should define LORA_CS instead