Version 1.0.1 #96
Replies: 1 comment 1 reply
-
I am using an Arduino Nano ESP32 connected via a USB port. My hardware setup works perfectly right out of the box with the AlfredoCRSF library once the Rx and Tx pins are changed to "crsfSerial.begin(CRSF_BAUDRATE, SERIAL_8N1, D0, D1);". This line of code is right in the setup() and easy to spot. I am using a RadioMaster TX16S with a RadioMaster RP 2 Rx. My hardware test setup work perfectly with the AlfredoCRSF library. At this point, I do not know what else I can do to help. What is required is more pre-release testing to ensure that a user can simple load a library and run an example and have it work right out of the box. Unfortunately, this has not been my experience. I read similar comments from another thread. At some point down the road I will pick this up and do some more testing again should there be a 1.1 release. Cheers, s |
Beta Was this translation helpful? Give feedback.
-
Overview
This is a follow-up release to Version 1.0.0, and it is for those that were unable to install or build CRSF for Arduino in the Arduino IDE.
What's Changed
Fixes
Chores
More information
Full Changelog: v1.0.0...v1.0.1
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 is Patch Version is the first follow-up release to Major Version 1.x.x.
While every effort has gone in to ensure the latest release is bug-free, there are no guarantees with firmware development.
Your feedback is always welcome. If you spot any bugs, don't hesitate to open an issue.
For general comments & questions, please use the discussions section.
New contributors are always welcome. Please read through my Contribution Guidelines before you go Gung Ho with coding.
Installation
Arduino IDE v2.x.x
Source Code (ZIP)
in theAssets
section of this Release, and save to a convenient space on your hard drive.Sketch
->Include Library
->Add .ZIP Library...
CRSFforArduino-1.0.1
and Arduino IDE will automatically install it for you.rc_channels
example byFile
->Examples
->CRSFforArduino
->rc_channels
.Verify
and the build should pass.PlatformIO
Unless you have pinned CRSF for Arduino's version, you need not do anything, as PlatformIO will automatically update your local copy for you on the next time you build your project's firmware.
This discussion was created from the release Version 1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions