Heltec boards have LNA disabled by default.

This commit is contained in:
Quency-D
2026-04-29 16:20:21 +08:00
parent d8f3d59d82
commit 696aae6ed1
3 changed files with 3 additions and 3 deletions

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=true;
bool lna_enabled=false;
bool lna_can_control=false;
};