kopia lustrzana https://github.com/meshtastic/firmware
Added RF95 SX1268 support (#4338)
rodzic
8641777bac
commit
6f235232f0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue