-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update repositories.txt #6013
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
Update repositories.txt #6013
Conversation
A problem was found with your submission https://github.com/csobirka/SevenSegment ❌ ERROR: Library is missing a library.properties metadata file. See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata |
Thanks for your interest in contributing to the Arduino Library Manager index @csobirka 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: |
Hello! I'm checking your submission again. |
Arduino Lint has suggestions for possible improvements to https://github.com/csobirka/SevenSegment:
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
Hello @csobirka . The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request. But this human is happy to provide assistance. Was there something you needed from the bot? |
Hi @per1234, Many thanks for your kind offering! I would like to inquire some assistance in updating my SevenSegment repository in Arduino IDE since I had some minor issues with the previous folder structure. I have just made some modifications related to my SevenSegment repository folder names: I changed the csobirka/SevenSegment/examples/example/BasicUsage.ino path to csobirka/SevenSegment/examples/BasicUsage/BasicUsage.ino in order to make the example code seeable from Arduino IDE's examples menu after installing my library, because I have tried the working of it out and I experienced an issue with that. I managed to install it, however there was no example code while I made one. I have done some research and finally figured out the example code (in my case: BasicUsage.ino) should be in a folder with the same name of the .ino file as Arduino IDE used to save .ino files. (Somehow I forgot it, despite the fact I knew it, as I usually create quite a few Arduino sketches.) Sorry for the inconvenience! I am looking forward to your reply at your earliest convenience! Regards, |
OK, great. Just follow the instructions here to release the new version of your library with the fixed example: Please let me know if you have any questions or problems while following those instructions. |
No description provided.