esp_matter: Add an option to disable Matter server for client-only examples

This commit is contained in:
WanqQixiang
2024-01-29 19:07:37 +08:00
parent 6ad5710cdc
commit 14da080ac3
7 changed files with 102 additions and 64 deletions
+4
View File
@@ -1,3 +1,7 @@
# 29-January-2024
- Add a new parameter for esp_matter::client::connect() to set the CASESessionManager for finding or establishing the CASE sessions.
# 16-January-2024
- We have moved the creation of bridge devices to the application callback.