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
From
iown-homecontrol/src/IoHome.cpp
Line 26 in 95778c3
Line 27 in 95778c3
The text was updated successfully, but these errors were encountered:
Why use a higher unit which needs floats instead of this simple define?
Sorry, something went wrong.
Define? I'm just saying that, from the Radiolib documentation:
struct FSKRate_t { /*! \brief FSK bit rate in kbps */ float bitRate; /*! \brief FS frequency deviation in kHz*/ float freqDev; };
So, considering that you want 38.4kbps and 19.2kHz the values should be 38.4 and 19.2
You are totally right! Shame on me! Will be fixed with the next bigger code commit.
Thank you for finding and correcting me 👍🏻
No problem :)
Velocet
No branches or pull requests
From
iown-homecontrol/src/IoHome.cpp
Line 26 in 95778c3
and
iown-homecontrol/src/IoHome.cpp
Line 27 in 95778c3
the values should be 38.4 and 19.2
The text was updated successfully, but these errors were encountered: