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
I am using a Nano with an E32-433T20DT (100mW) module. I also have another Nano with an E32-433T30DT (1W) module.
The 1W module works fine but the 100mW module fails the RH_E32 init() call.
Tracing through the library code, I found that setOperatingMode() uses a 10ms delay at the end, Changing that to 50ms fixed the problem.
If you agree with this fix, could you update the library to suit? Have a great 2020 and thanks for a great library!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using a Nano with an E32-433T20DT (100mW) module.
I also have another Nano with an E32-433T30DT (1W) module.
The 1W module works fine but the 100mW module fails the RH_E32 init() call.
Tracing through the library code, I found that setOperatingMode() uses a 10ms delay at the end,
Changing that to 50ms fixed the problem.
If you agree with this fix, could you update the library to suit?
Have a great 2020 and thanks for a great library!
The text was updated successfully, but these errors were encountered: