-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels