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.
2 parents 2a875d9 + 7f7b03e commit 69d1d92Copy full SHA for 69d1d92
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