-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
matter usage of val on ESP32C6 #37879
Comments
// Ensure this function is properly handling attribute updates based on type, cluster, and attribute ID.
} |
well since wednesday did it works and could I add some more function in name of I2C. But their are a few things that I find weird. I would like to add 3 GPIO's and 2 ledc pins. But if I add the initialization(timer and channel) of ledc does it report the next: out-of-order initializers are nonstandard in C++. If I test this apart from the matter application works it seamless, what is weird. I escaped the init for the ledc and it worked but once I add the ledc to it gives it me some problem.
|
Hello creator and engineers,
I want to test some things with Matter. I made a custom program using the example of Matter. But I have problems with the data "esp_matter_attr_val_t *val". I thought that the OnOff value passes a True or a False and I also thought that the LevelControl passes a value between 0 and 100. You can see this in the code as well.
result:
After connecting the app to the microcontroller, I can see that it receives data from my phone, but no output is changed. I think I mishandled the value *fall, but I'm not sure how to fix it.
main code:
driver code
The text was updated successfully, but these errors were encountered: