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:
committed by
Ben Meadors
co-authored by
Ben Meadors
parent
e4c5bfd161
commit
532a63e541
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user