Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7fe7f7

Browse files
authoredApr 25, 2022
Remove superfluous and broken manifest file (#133)
`library.json` is PlatformIO's native library manifest file but Arduino's `library.properties` is also supported by PlatformIO: https://docs.platformio.org/en/latest/librarymanager/creating.html#creating-library The `library.json` file was missing the required `version` field: https://docs.platformio.org/en/latest/librarymanager/config.html#version Although it could be added, experience with other libraries indicates that it is not really realistic to expect two manifest files to be properly maintained. Since the Arduino development software and the Arduino Library Manager requires `library.properties`, if we are to have only one the choice of keeping `library.properties` and removing `library.json` is clear.
1 parent 31b4947 commit b7fe7f7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎library.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.