adafruit/RadioHead

Nano with E32-433T20DT init() fail

grandehombre opened this issue · 0 comments

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!