Skip to content

Commit b7fe7f7

Browse files
authored
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

-12
This file was deleted.

0 commit comments

Comments
 (0)