Implement remote lna toggle cli cmd

이 커밋은 다음에 포함됨:
João Brázio
2026-02-10 15:02:23 +00:00
부모 3f33455b4d
커밋 71136671bd
171개의 변경된 파일925개의 추가작업 그리고 27개의 파일을 삭제
+6
파일 보기
@@ -234,4 +234,10 @@ public:
// To check if there is pending work
bool hasPendingWork() const;
#if defined(USE_SX1262) || defined(USE_SX1268)
void setRxBoostedGain(bool enable) override {
radio_set_rx_boosted_gain_mode(enable);
}
#endif
};