Merge pull request #202 from fdlamotte/rx_boost_toggle_lr1110

permit access to rx_boosted_mode at runtime for LR1110
Este cometimento está contido em:
ripplebiz
2025-04-15 12:03:02 +10:00
cometido por GitHub
ascendente 2a875d9930 7f7b03e442
cometimento 69d1d920bb
+1
Ver ficheiro
@@ -27,4 +27,5 @@ public:
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
float getLastSNR() const override { return ((CustomLR1110 *)_radio)->getSNR(); }
int16_t setRxBoostedGainMode(bool en) { return ((CustomLR1110 *)_radio)->setRxBoostedGainMode(en); };
};