-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot build on ESP32-s3 and RGBCT light #4
Comments
the switch config now builds, but on the light side I have
and when I try to build
Only thing I tried is replacing ">SETLIGHT1" for "#>SETLIGHT1" Maybe because light is actually But that is probably because rgbww and rgbct are different things. I would try to do new function in I would have hopped it at least compile, as both rgbww and rgbct use same argument types? guess it needs some c++ knowledge. I still don't really get why instead of mixing WW and CW channels they did brightness + temperature in the light driver. UPDATE: BTW This is my attempt, but again, i just tried to copy RGBWW function, so not surprising that it does not work
So the error I can't overcome for now is unchanged
this is the code it is complaining about:
I have defined light like
also results in
|
Hi,
I get this error for hub on esp32-c3 when I try to build, so maybe only the base esp32 is supported?
i have tried only this
to resolve, but no luck.
Also I think on light side esp32 is not supported at all, right? (and my light is not even base esp32, but esp32-s3 so I guess it is even worse in chances of getting esp-now to work)
Update:
I also noticed I do build for esp-idf so I will do more testing with arduino framework build etc.
Update2:
on arduino framework it does build
The text was updated successfully, but these errors were encountered: