Added Heltec V4.3 support/FEM autodetection
This commit is contained in:
@@ -96,6 +96,14 @@
|
|||||||
#define SPI spiModem
|
#define SPI spiModem
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if HAS_LORA_PA
|
||||||
|
uint8_t lora_pa_model = LORA_PA_MODEL;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if HAS_LORA_LNA
|
||||||
|
int lora_lna_gain = LORA_LNA_GAIN;
|
||||||
|
#endif
|
||||||
|
|
||||||
extern SPIClass SPI;
|
extern SPIClass SPI;
|
||||||
|
|
||||||
#define MAX_PKT_LENGTH 255
|
#define MAX_PKT_LENGTH 255
|
||||||
|
|||||||
Reference in New Issue
Block a user