mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
RFM95/SX127x support in DIY
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#define RF95_NSS 18
|
#define RF95_NSS 18
|
||||||
|
|
||||||
// supported modules list
|
// supported modules list
|
||||||
|
#define USE_RF95 // RFM95/SX127x
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
#define USE_SX1268
|
#define USE_SX1268
|
||||||
#define USE_LLCC68
|
#define USE_LLCC68
|
||||||
@@ -36,6 +37,10 @@
|
|||||||
#define SX126X_RXEN 14
|
#define SX126X_RXEN 14
|
||||||
#define SX126X_TXEN 13
|
#define SX126X_TXEN 13
|
||||||
|
|
||||||
|
// RX/TX for RFM95/SX127x
|
||||||
|
#define RF95_RXEN 14
|
||||||
|
#define RF95_TXEN 13
|
||||||
|
|
||||||
#ifdef EBYTE_E22
|
#ifdef EBYTE_E22
|
||||||
// Internally the TTGO module hooks the SX126x-DIO2 in to control the TX/RX switch
|
// Internally the TTGO module hooks the SX126x-DIO2 in to control the TX/RX switch
|
||||||
// (which is the default for the sx1262interface code)
|
// (which is the default for the sx1262interface code)
|
||||||
|
|||||||
Reference in New Issue
Block a user