We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a875d9 commit 7f7b03eCopy full SHA for 7f7b03e
src/helpers/CustomLR1110Wrapper.h
@@ -27,4 +27,5 @@ class CustomLR1110Wrapper : public RadioLibWrapper {
27
28
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
29
float getLastSNR() const override { return ((CustomLR1110 *)_radio)->getSNR(); }
30
+ int16_t setRxBoostedGainMode(bool en) { return ((CustomLR1110 *)_radio)->setRxBoostedGainMode(en); };
31
};
0 commit comments