Skip to content
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

Library can't be used with the Arduino IDE due to missing fields in library.properties #1

Open
per1234 opened this issue Dec 13, 2017 · 0 comments

Comments

@per1234
Copy link

per1234 commented Dec 13, 2017

Compilation of any sketch that includes one of the library files fails:

Missing 'name' from library in E:\arduino\libraries\STC3115-Arduino

due to missing required fields from library.properties. To fix this you must either add the missing fields according to the specification:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format
or change the library to 1.0 format by moving the source files from the src folder to the root of the repository and removing the library.properties file.

@per1234 per1234 changed the title Library can't be used with the Arduino IDE due to missing fields in libary.properties Library can't be used with the Arduino IDE due to missing fields in library.properties Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant