Adapt LNA CLI control commands for heltec_tracker_v2.

This commit is contained in:
Quency-D
2026-03-24 16:05:28 +08:00
parent 65752fef72
commit 2442e9a5bd
3 changed files with 23 additions and 1 deletions
@@ -21,5 +21,8 @@ public:
void powerOff() override;
uint16_t getBattMilliVolts() override;
const char* getManufacturerName() const override ;
bool setLoRaFemLnaEnabled(bool enable) override;
bool canControlLoRaFemLna() const override;
bool isLoRaFemLnaEnabled() const override;
};