We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Hi,
setDataShaping method for sx1278 writes into wrong register - SX127X_REG_OP_MODE, but it should use SX127X_REG_PA_RAMP (0x0A). File to fix: \src\modules\SX127x\SX1278.cpp Method: setDataShaping Lines: https://github.com/jgromes/RadioLib/blob/master/src/modules/SX127x/SX1278.cpp#L359
Additional info: It seems was broken here: 7dc7f4d
The text was updated successfully, but these errors were encountered:
[SX127x] Fixed incorrect shaping register (#186)
e549039
You're right, that's indeed a bug that was introduced in that particular commit. Fixed, thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Hi,
setDataShaping method for sx1278 writes into wrong register - SX127X_REG_OP_MODE, but it should use SX127X_REG_PA_RAMP (0x0A).
File to fix: \src\modules\SX127x\SX1278.cpp
Method: setDataShaping
Lines: https://github.com/jgromes/RadioLib/blob/master/src/modules/SX127x/SX1278.cpp#L359
Additional info:
It seems was broken here:
7dc7f4d
The text was updated successfully, but these errors were encountered: