Merge branch 'dev' into cli-lna-command

This commit is contained in:
Quency-D
2026-04-25 15:28:07 +08:00
committed by GitHub
101 changed files with 3830 additions and 962 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ class LoRaFEMControl
bool isLNAEnabled(void) const { return lna_enabled; }
private:
bool lna_enabled = false;
bool lna_enabled = true;
bool lna_can_control = false;
};