Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SX1268 supports a "setRxBoostedGainMode" mode - this should be configurable or enabled by default #328

Open
dm5tt opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dm5tt
Copy link

dm5tt commented Sep 13, 2023

Is your feature request related to a problem? Please describe.

SX1268 supports an 'setRxBoostedGainMode' mode which should be available as an option to activate it.

Describe the solution you'd like
int16_t setRxBoostedGainMode(bool rxbgm, bool persist = true)

rxbgm – True for Rx Boosted Gain, false for Rx Power Saving Gain

Enables or disables Rx Boosted Gain mode as described in SX126x datasheet section 9.6 (SX1261/2 v2.1, SX1268 v1.1)

@dm5tt dm5tt added the enhancement New feature or request label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant