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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
If you compile a sketch which uses a lib that another lib also uses, then the lib will get included twice, causing compile errors. ex:
including wire and adafruit_motorshield will fail to compile, because adafruit_motorshield also depends on wire.
Duplicate libs should be stripped before compiling.
The text was updated successfully, but these errors were encountered: