adafruit / Adafruit_CircuitPython_RFM

RFM69 and RFM9x library, with asyncio support
MIT License
3 stars 3 forks source link

Incorrect Documentation of Baudrate #4

Open N-Masi opened 3 weeks ago

N-Masi commented 3 weeks ago

The docstring for the RFM9x class in adafruit_rfm9x.py indicates that the default baudrate is 10MHz, but you can see in the constructor that it is 5MHz.

jerryneedell commented 1 day ago

Good catch! The default was changed a few times and clearly the docstring was not updated. I'll fix this next time I am making changes or feel free to submit a PR to make the change.