Browse Source

LNA is enabled by default.

Co-authored-by: Wessel <[email protected]>
pull/1867/head
Quency-D 3 months ago
committed by GitHub
parent
commit
bab650fe61
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      variants/heltec_v4/LoRaFEMControl.h

2
variants/heltec_v4/LoRaFEMControl.h

@ -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…
Cancel
Save