Skip to content

Filter.h not found on v2.0.3. Failed to compile #83

@m-gracia

Description

@m-gracia

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:

In file included from .pio/libdeps/wemos_d1_mini32/EasyButton/src/EasyButtonTouch.cpp:9:
.pio/libdeps/wemos_d1_mini32/EasyButton/src/EasyButtonTouch.h:14:10: fatal error: Filter.h: No such file or directory
...
...
 #include <Filter.h>
          ^~~~~~~~~~
compilation terminated.
*** [.pio\build\wemos_d1_mini32\libe3f\EasyButton\EasyButtonTouch.cpp.o] Error 1

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 MegunoLink@1.42.0

My env:

  • PlatformIO
  • Board: Wemos_D1_miniESP32
  • Framework: Arduino

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions