Skip to content

Commit 7f7b03e

Browse files
committed
permit access to rx_boosted_mode at runtime for LR1110 (for dpm tests on that setting)
1 parent 2a875d9 commit 7f7b03e

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)