mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
permit access to rx_boosted_mode at runtime for LR1110 (for dpm tests on that setting)
This commit is contained in:
parent
2a875d9930
commit
7f7b03e442
1 changed files with 1 additions and 0 deletions
|
|
@ -27,4 +27,5 @@ public:
|
||||||
|
|
||||||
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
|
float getLastRSSI() const override { return ((CustomLR1110 *)_radio)->getRSSI(); }
|
||||||
float getLastSNR() const override { return ((CustomLR1110 *)_radio)->getSNR(); }
|
float getLastSNR() const override { return ((CustomLR1110 *)_radio)->getSNR(); }
|
||||||
|
int16_t setRxBoostedGainMode(bool en) { return ((CustomLR1110 *)_radio)->setRxBoostedGainMode(en); };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue