mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
default lna_enabled=true
This commit is contained in:
parent
f0d37e552d
commit
8b7fed65de
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class LoRaFEMControl
|
|||
LoRaFEMType getFEMType(void) const { return fem_type; }
|
||||
private:
|
||||
LoRaFEMType fem_type=OTHER_FEM_TYPES;
|
||||
bool lna_enabled=false;
|
||||
bool lna_enabled=true;
|
||||
bool lna_can_control=false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue