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 was archived by the owner on Oct 1, 2024. It is now read-only.
I got a message in VS Code to say that the legacy IDE was going to be removed and to move to the bundled CLI. So I did. Now when I click the little verify button to build my project it can't find one of the libraries. The library is in my sketchbook libraries directory.
It worked before switching to CLI and when I open the Arduino IDE 1.8.19 and click verify it works fine.
fatal error: ezButton.h: No such file or directory
% pwd
/Users/<user>/Documents/Development/Arduino/libraries
% ls ezButton
README.md keywords.txt src
examples library.properties
% ls ezButton/src
ezButton.cpp ezButton.h