default lna_enabled=true

This commit is contained in:
Wessel Nieboer 2026-03-02 11:34:12 +01:00
parent f0d37e552d
commit 8b7fed65de
No known key found for this signature in database
GPG key ID: 929C8E45E33B5FD2

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