PSA: Arduino IDE builds are broken #92
Closed
ZZ-Cat
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This means that if you try to build CRSF for Arduino v1.0.0 in the Arduino IDE, the build process will fail with the error
Compilation error: CRSFforArduino.hpp: No such file or directory.
This appears to be caused by a line break in one of the keys in CRSF for Arduino's
library.properties
file.The key in question is the
paragraph
key, which is suspected to be the likely culprit.I am currently investigating the cause of this bug, and if the above is the cause, then it's a fairly quick fix.
However, in my own experiences in coding, nothing is as straightforward (or as quick) as it may seem at face value. Once the fix is done, a cut from the Version 1.0.x Maintenance Branch will be available in the Releases section as Version 1.0.1.
Update 2024-3-5:
#93 is the topic issue from this PSA. Thus, development of Version 1.1.0 is delayed until this bug is fixed.
Beta Was this translation helpful? Give feedback.
All reactions