adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
186 stars 115 forks source link

Nano with E32-433T20DT init() fail #41

Open grandehombre opened 4 years ago

grandehombre commented 4 years ago

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!