mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
Added RF95 SX1268 support (#4338)
This commit is contained in:
parent
8641777bac
commit
6f235232f0
@ -115,6 +115,8 @@ NRF52 PRO MICRO PIN ASSIGNMENT
|
|||||||
// LORA MODULES
|
// LORA MODULES
|
||||||
#define USE_LLCC68
|
#define USE_LLCC68
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
|
#define USE_RF95
|
||||||
|
#define USE_SX1268
|
||||||
|
|
||||||
// LORA CONFIG
|
// LORA CONFIG
|
||||||
#define SX126X_CS (32 + 13) // P1.13 FIXME - we really should define LORA_CS instead
|
#define SX126X_CS (32 + 13) // P1.13 FIXME - we really should define LORA_CS instead
|
||||||
|
@ -114,6 +114,8 @@ NRF52 PRO MICRO PIN ASSIGNMENT
|
|||||||
// LORA MODULES
|
// LORA MODULES
|
||||||
#define USE_LLCC68
|
#define USE_LLCC68
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
|
#define USE_RF95
|
||||||
|
#define USE_SX1268
|
||||||
|
|
||||||
// LORA CONFIG
|
// LORA CONFIG
|
||||||
#define SX126X_CS (32 + 13) // P1.13 FIXME - we really should define LORA_CS instead
|
#define SX126X_CS (32 + 13) // P1.13 FIXME - we really should define LORA_CS instead
|
||||||
|
Loading…
Reference in New Issue
Block a user