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

solve the Filter.h not found problem #88

Open
wanggaoteng opened this issue Dec 23, 2023 · 1 comment
Open

solve the Filter.h not found problem #88

wanggaoteng opened this issue Dec 23, 2023 · 1 comment

Comments

@wanggaoteng
Copy link

wanggaoteng commented Dec 23, 2023

I open this new issue just for convenient, help the people who can find the solution immediately.
I use Platformio, and install the EasyButton2.0.3 library through the Platformio library installation:
image

I find that there is another library which named MegunoLink will also installed too. Because MegunoLink library is the depends of EasyButton2.0.3, as we can see from the library.properties file of EasyButton2.0.3:
image

We can find the Filter.h file in the library folder of MegunoLink/src, so just copy it to the library foler of EasyButton\src, the problem solved.
Or just unzip the Filter.zip below, get Filter.h file, and copy Filter.h into your EasyButton\src folder.
Filter.zip

@madkiwinz
Copy link

@wanggaoteng thank you for the suggested fix of copying the Filter.h file to the EasyButton\src folder

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