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

Move PWM color control callbacks from type stubs to the esp32 demo app #3571

Merged

Conversation

vivien-apple
Copy link
Contributor

Problem

I don't think it makes sense for the PWM color control callbacks to have been stubbed out as #define in src/app/util/types_stub.h since it prevents users of color control to implement the callback themselves and it looks like an app specific callback.

Summary of Changes

  • Moves the stubs from being defined in the framework to the application side

Fixes #2431

I'm marking it fixing #2431 because the other bits of #2431 has already been implemented by #2915 and I don't think there is anything left for the platform side in #2431

@vivien-apple vivien-apple force-pushed the Cluster_MovePWMCallbacks branch from a46032d to 1223fe4 Compare November 2, 2020 15:19
@rwalker-apple rwalker-apple merged commit d06daa2 into project-chip:master Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement color control server stubs
4 participants