Add category to library.properties#1
Open
per1234 wants to merge 1 commit into
Open
Conversation
Fixes the WARNING: Category '' in library XPT2046 is not valid. Setting to 'Uncategorized' warning in Arduino IDE 1.6.6.
Author
|
Please let me know if there are any changes that need to be made to get this pull request accepted. FYI, the warning message is displayed on every single compile, regardless of whether this library is included. These warnings cause confusion for beginners, especially when they have multiple libraries installed with this issue. |
Author
|
Bump. Please take a minute to review this PR. |
Author
|
@spapadim let's get this merged. |
|
Bump. The warning is annoying. |
You could just add it yourselfe.... if you want it gone.... Edit library.properties and add this to it: category=Display Should remove the warning... |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes the
WARNING: Category '' in library XPT2046 is not valid. Setting to 'Uncategorized'warning in Arduino IDE 1.6.6. If you disagree with my category choice I'm happy to change the category to any of the other valid category values and squash to a single commit.