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

Include path in Enable transform is wrong #700

Open
donmarlin opened this issue May 28, 2024 · 0 comments
Open

Include path in Enable transform is wrong #700

donmarlin opened this issue May 28, 2024 · 0 comments

Comments

@donmarlin
Copy link

I was using the Enable transform.
My build failed due to the following line.
#include "transforms/transform.h"

When I changed it to
#include "transform.h"
then the build was fine and function was also fine.

I suspect there was a previous refactoring and this was missed.
I cannot find any other examples of this transform being used so maybe I am the first to use it.

My Environment: PlatformIO

I would fix and submit but I am new to sensesp and git so I will defer to someone else.

Thanks in advance

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

1 participant