-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add DMFLib-Arduino to registry #7254
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
|
Hi @marcoratto. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
|
❌ ERROR: Arduino Lint found errors with https://github.com/marcoratto/DMFLib-Arduino: |
|
Thanks for your interest in contributing to the Arduino Library Manager index @marcoratto 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: |
per1234
left a comment
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.
@marcoratto your pull request proposes to remove dozens of libraries from the list. You must change it so that it only adds the URL of your library, without making any changes to the existing content of the file.
This is a simple matter of adding a single line to a text file. It will surely be a trivial task for anyone who is capable of creating and maintaining a complex Arduino library.
Please make the necessary change in this pull request. DO NOT CREATE AN ADDITIONAL PULL REQUEST. Our automated submission handling system is designed to allow the successful completion of a submission in a single pull request, even in the case like this where some changes are required to bring the submission into compliance.
Any changes you make to the files in the main branch in your fork of this repository will automatically be made in this pull request as well, so you don't need to do anything special to update the pull request. Our automated system will detect when you have made changes to the pull request and run an other set of checks on the submission. Once it meets all our requirements, it will be automatically accepted and your library added to Library Manager.
If you have any questions or concerns, just add a comment here on this pull request thread and I'll provide further assistance.
|
Hi @marcoratto. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
|
❌ ERROR: Arduino Lint found errors with https://github.com/marcoratto/DMFLib-Arduino: |
|
Thanks for your interest in contributing to the Arduino Library Manager index @marcoratto 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: |
|
I apologize for the error on submitting the PR. |
|
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: |
When a message exceeds the maximum payload size of a single packet, it must be fragmented into multiple packets for transmission. The receiver then reassembles these packets to reconstruct the original message. Some protocols — such as LoRaWAN and MQTT-SN — require message fragmentation.
This ANSI-C library for Arduino simplifies the process of message fragmentation and reassembly.