-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
EasyButton error with ESP32. #96
Comments
The issue is caused by the easybutton dependency on MegunoLink which is only used for one file Filter.h in the touch section of the library. |
This is a bit dated, but for anyone else running into this issue, I found if I downgrade the MegunoLink library to version 1.41 the code compiles without issue. Something in 1.42 is causing the issue. |
The folks at Megunolink have posted a fix for this which is not placed in mainline yet or released. However, it does compile without issue though. |
MegunoLink has released library version 1.43 which fixes the error. This version is available with the Arduino Library Manager as of November 11 2024. |
I was trying to use the EasyButton library in wokwi.com, but it was failing due to this error (See images)
I then tried to compile the 'Interrupts' example on a ESP32 DEV board, but I got the same error.
Swapping to another ESP32 board results in the same error.
The text was updated successfully, but these errors were encountered: