Version 0.1.0
Pre-releaseThis is the first ever release of CRSF for Arduino.
Currently, only RC channels are available & I am releasing this as-is, for the time being.
If you see any bugs, or want to do a feature request, don't hesitate to open an issue.
General feedback is also welcome. The Discussions Tab is now open & you can submit your general feedback, comments & questions there.
What's Changed
- Add hardware compatibility with all SAM D21, D51 & E51 based dev boards by @ZZ-Cat in #1
- Maintenance run by @ZZ-Cat in #6
- Migrate library to PlatformIO by @ZZ-Cat in #7
Full Changelog: https://github.com/ZZ-Cat/CRSFforArduino/commits/v0.1.0
Semantic Versioning
All releases of CRSF for Arduino follow the Semantic Versioning Guidelines.
This means "Major.Minor.Patch".
Major = New features that are incompatible with previous iterations.
Minor = New features &/or hardware support that retains compatibility with the current Major release.
Patch = Bug fixes.
This also means that Major version 0.x.x is experimental software, where a lot of features are either still missing or are unstable. You are advised to use this Major version with caution.