Browse Source

permit access to rx_boosted_mode at runtime for LR1110 (for dpm tests on that setting)

pull/202/head
Florent 1 year ago
parent
commit
7f7b03e442
  1. 1
      src/helpers/CustomLR1110Wrapper.h

1
src/helpers/CustomLR1110Wrapper.h

@ -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); };
};

Loading…
Cancel
Save