Releases: jgillula/rpi-rfm69
Releases · jgillula/rpi-rfm69
v0.7.0
v0.6.0: Merge pull request #26 from jgillula/0.6.0
- Added support for ATC mode (thanks @MxMarx)
- Reduced some hang (thanks @MxMarx)
- Extended registers retrieved to include High Power PA settings (thanks @tomtastic)
v0.5.1
v0.5.0
v0.4.0
- Made the Radio class threadsafe, and added threadsafe methods for accessing packets
- Added testing for the threadsafe methods
- Added pylinting and made some cosmetic changes to get a good pylint score
- Added coverage testing via coveralls.io, and instructions for doing so