Enable LNA by default for Heltec v4.3 (#9906)

It should only be disabled by users that have problems with it.
This commit is contained in:
Wessel
2026-03-19 08:16:30 -05:00
committed by Ben Meadors
co-authored by Ben Meadors
parent e4c5bfd161
commit 532a63e541
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class LoRaFEMInterface
private:
LoRaFEMType fem_type;
bool lna_enabled = false;
bool lna_enabled = true;
bool lna_can_control = false;
};
extern LoRaFEMInterface loraFEMInterface;