Skip to content

Commit 69d1d92

Browse files
authored
Merge pull request #202 from fdlamotte/rx_boost_toggle_lr1110
permit access to rx_boosted_mode at runtime for LR1110
2 parents 2a875d9 + 7f7b03e commit 69d1d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/CustomLR1110Wrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ class CustomLR1110Wrapper : public RadioLibWrapper {
2727

2828
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
2929
float getLastSNR() const override { return ((CustomLR1110 *)_radio)->getSNR(); }
30+
int16_t setRxBoostedGainMode(bool en) { return ((CustomLR1110 *)_radio)->setRxBoostedGainMode(en); };
3031
};

0 commit comments

Comments
 (0)