Skip to content

library invalid #4

Description

@hadmut

Hi,
the Arduino IDE 1.8.13 can't use the library and complains it to be invalid, because no *.h files in the top folder. I had to as a symlink from top folder to src/Cipher.h.

Reason probably as described under
https://forum.arduino.cc/t/arduino-cant-find-a-h-file/567630/4

which says:

If the library is in 1.0 format (doesn't have a library.properties file), the Arduino IDE will only check the root folder. If the library is in 1.5 format (has library.properties), the Arduino IDE will check in the src subfolder of the library folder.

So it seems as if putting the *.h in a src subfolder it requires a library.properties file.

regards

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions