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

Invalid library found in xxx/Arduino/libraries/EpoxyDuino: no headers files (.h) found in xxx/Arduino/libraries/EpoxyDuino #62

Closed
sylvaneau opened this issue Mar 16, 2022 · 1 comment

Comments

@sylvaneau
Copy link

Hi,

I followed the setup instructions and the EpoxyDuino library causes a small warning when loading Arduino IDE:

Invalid library found in xxx/Arduino/libraries/EpoxyDuino: no headers files (.h) found in xxx/Arduino/libraries/EpoxyDuino

I know it is due to the fact this library isn't really an actual Arduino library but it's a bit anoying to see this warning every time you startup the IDE :-)

After some testing it seems that adding an empty EpoxyDuino.h fixes the problem.

An alternative would be not to put this project inside the library folder to prevent the IDE to try to scan it.

@bxparks
Copy link
Owner

bxparks commented Mar 18, 2022

That's a good idea. Done.
I never got these warning messages because as a creator of many Arduino libraries, my Arduino IDE libraries folder structure had to be different than most end-users. It was easiest to use a collection of symlinks from the Arduino libraries folder out to elsewhere where my git repos are located, and it turned out that my symlinks didn't need to include the EpoxyDuino directory.

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

2 participants