Typo in wiki for SX127x/RFM9x - FSK modem #437
pete20211207
started this conversation in
General
Replies: 1 comment
-
You're right, thanks for pointing that out. The values were also from the pre-5.0 versions, at which point the default FSK changed to 4.8 kbps, 5.0 kHz, so I updated that as well. Should be all fixed now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Guess
https://github.com/jgromes/RadioLib/wiki/Default-configuration#sx127xrfm9x---fsk-modem
needs a minor typo corretion:
SX1278::beginFSK(434.0, 48.0, 125.0, 10, 16, false);
shall be
SX1278::beginFSK(434.0, 48.0, 50.0, 125.0, 10, 16, false);
...the frequency deviation is missing in the command...
Beta Was this translation helpful? Give feedback.
All reactions