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

[Chef] Add Robotic Vacuum Cleaner (RVC) device type delegates #29519

Merged
merged 9 commits into from
Oct 3, 2023
Prev Previous commit
Next Next commit
Merge branch 'master' into add_rvc
erwinpan1 authored Oct 1, 2023
commit f92df30b416a7f8bb31dbbfd5e1c890617e994a8
2 changes: 2 additions & 0 deletions examples/chef/nrfconnect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -92,6 +92,8 @@ target_sources(app PRIVATE
${CHEF}/nrfconnect/main.cpp
${CHEF}/common/stubs.cpp
${CHEF}/common/chef-channel-manager.cpp
${CHEF}/common/chef-air-quality.cpp
${CHEF}/common/chef-concentration-measurement.cpp
${CHEF}/common/chef-rvc-mode-delegate.cpp
${CHEF}/common/chef-rvc-operational-state-delegate.cpp
)
You are viewing a condensed version of this merge commit. You can view the full changes here.