-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Filter.h not found on v2.0.3. Failed to compile #83
Comments
Same error here. |
1 similar comment
Same error here. |
I'll check it out |
Can confirm this on |
Any news on this ?? libraries\EasyButton-2.0.3\src\EasyButtonTouch.h:14:10: fatal error: Filter.h: No such file or directory |
same problem, platformio, board esp32dev |
hmmm no solution here? same problem. seems like its not down to user error if mutliple people have that problem? also platformio in vscode and esp32dev board |
Project seems dead. Look at this fork https://github.com/vdccc/EasyButton This is the most recent one I've found, that cleans up the "mess" introduced in the latest commits in this project. Otherwise, have a look at https://github.com/rwmingis/InterruptButton, which I find more reliable for the detection because it does not rely on the loop being called, both in mode sync and async. |
amazing. thank you. i will look in to those two options! |
Hello.
First of all, thank you for your great job with this library.
I have been using this library on my project but now it throws a compilation error since v2.0.3:
The same code compiles good on v2.0.1.
I am almost sure it is not an error on my environment because I run a before the compilation.
Also the MegunoLink dependency is resolved with [email protected]
My env:
Best regards.
The text was updated successfully, but these errors were encountered: