Skip to content

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

@per1234

Description

@per1234

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions