-
-
Couldn't load subscription status.
- Fork 2.2k
https://github.com/Upartech/RCSwitchRmt #7164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
❌ ERROR: Arduino Lint found errors with https://github.com/Upartech/RCSwitchRmt: |
|
Thanks for your interest in contributing to the Arduino Library Manager index @Upartech After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Upartech. Thanks for your interest in contributing to the Arduino Library Manager.
I see the bot reported a problem with your submission that will block its acceptance:
Linting library in RCSwitchRmt
ERROR: Path does not contain a valid Arduino library.
See: https://arduino.github.io/arduino-cli/latest/library-specification
(Rule LS001)
Sure enough, if we take a look at your repository, we see it doesn't contain any code files, and thus is fundamentally not a valid library. Maybe you forgot to commit the files and push the commit to GitHub?
Please fix the problem so we can proceed with your submission.
You will need to do the following things:
- Add the code to the library, making sure it is fully in compliance with the Arduino Library Specification.
- Bump the value of the
versionproperty in the library'slibrary.propertiesmetadata file. - Create a new release or tag in the library repository.
- Add a comment here in the pull request thread that mentions @ArduinoBot.
After that, the automated checks will run again. Once those are passing, your library will be automatically added to Library Manager.
If you have any questions or concerns, please let me know.
Regards, Per
RCSwitchRmt is an ESP32-focused, multitasking RF OOK library built on top of the RMT peripheral.
It is inspired by the classic rc-switch project but redesigned for modern ESP32 devices, offering a fully non-blocking and hardware-driven architecture for RF communication.