You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for your interest in this software library and the contribution you propose.
I am willing to add the .json file that you propose top add.
Could you, however, briefly explain in what environment and for what purposes this .json file is used (maybe provide a few lines that can be added to the documentation).
And secondly, what the purpose and effect is of exclude "extras" in line 9. The extras directory contain an example of the boards.txt file that the user has to adapt (see https://github.com/MichaelJonker/HardwareSerialRS485/wiki/user-adaptations).
Omitting this directory from the distribution invalidates instructions that are shipped with the distribution.
Sorry for my delayed reply. I did not receive many reaction until recently (i.e. until a bug was fixed with the library manager of the Arduino IDE)
PlatformIO now allows the use of the existing library.properties file as an alternative to adding a library.json file: http://docs.platformio.org/en/latest/userguide/lib/cmd_register.html#description
I think that it makes sense to only have a single metadata file because it's less maintenance. library.properties works for the Arduino IDE and PlatformIO so it's the logical choice.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description