Added Heltec V4.3 support/FEM autodetection

This commit is contained in:
2026-04-26 15:10:54 +03:00
parent bc60028852
commit eb827f5a60

View File

@@ -96,6 +96,14 @@
#define SPI spiModem
#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;
#define MAX_PKT_LENGTH 255