File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ class LoRaFEMControl
1616 void setLnaCanControl (bool can_control) { lna_can_control = can_control; }
1717
1818 private:
19- bool lna_enabled = true ;
19+ bool lna_enabled = false ;
2020 bool lna_can_control = false ;
2121};
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ class LoRaFEMControl
1616 void setLnaCanControl (bool can_control) { lna_can_control = can_control; }
1717
1818 private:
19- bool lna_enabled = true ;
19+ bool lna_enabled = false ;
2020 bool lna_can_control = false ;
2121};
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class LoRaFEMControl
2323 LoRaFEMType getFEMType (void ) const { return fem_type; }
2424 private:
2525 LoRaFEMType fem_type=OTHER_FEM_TYPES;
26- bool lna_enabled=true ;
26+ bool lna_enabled=false ;
2727 bool lna_can_control=false ;
2828};
2929
You can’t perform that action at this time.
0 commit comments