LNA is enabled by default.

Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
Quency-D 2026-03-03 17:07:56 +08:00 committed by GitHub
parent 70d3b96768
commit bab650fe61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};