mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 17:05:52 +00:00
default lna_enabled=true
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user