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
The text was updated successfully, but these errors were encountered:
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
Compilation of any sketch that includes one of the library files fails:
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.
The text was updated successfully, but these errors were encountered: