-
Notifications
You must be signed in to change notification settings - Fork 58
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
[nrf fromlist] [nrfconnect] Add kconfig for enabling Read Client #368
[nrf fromlist] [nrfconnect] Add kconfig for enabling Read Client #368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this affect dynamic endpoints with client clusters as well?
In Matter Bridge we use bindings, so we need to enable it there anyway. |
Yes, this is what I wanted to confirm, if this config enables read client functionality also on dynamic clusters. Thx, |
aaa596e
to
e923c6e
Compare
To save some FLASH and RAM memory space we can disable Read Client functionality in nrfconnect samples. This commit adds kconfig to enable or disable Read Client in the Interaction Model.
e923c6e
to
29c76ee
Compare
To save some FLASH and RAM space we can disable Read Client functionality in nrfconnect samples.
This commit adds kconfig to enable or disable Read Client in the Interaction Model.