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

Fixing compilation error when using PlatformIO #48

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Fixing compilation error when using PlatformIO #48

merged 1 commit into from
Feb 20, 2024

Conversation

FricoRico
Copy link
Contributor

Hi there!

Thanks for your efforts on creating a proper ESP8266 scheduler. When we tried to use your package in PlatformIO, we received compilation errors regarding the missing AbstractTask definition.

We were forced to put #include <AbstractTask.h> next to all our #include <LeanTask.h> in order for the compiler to be satisfied.

This small and simple fix solves the issue for us, and hopefully does not negatively impact the usage in other compilers.

Copy link
Owner

@nrwiersma nrwiersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@nrwiersma nrwiersma merged commit 356fc23 into nrwiersma:master Feb 20, 2024
1 check passed
@FricoRico FricoRico deleted the patch-1 branch February 20, 2024 21:20
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

Successfully merging this pull request may close these issues.

2 participants