Merge branch 'dev' into cli-lna-command

This commit is contained in:
Quency-D
2026-05-09 18:19:31 +08:00
committed by GitHub
268 changed files with 1657 additions and 2109 deletions
+1 -1
View File
@@ -24,7 +24,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;
};