submodule: Update connectedhomeip submodule to bc8c9ece1 to support ESP32-C6 and ESP32-H2-MP

docs: Add details for esp32h2, esp32c2, and esp32c6
This commit is contained in:
WanqQixiang
2023-03-13 17:24:34 +08:00
committed by zhangwenxu
parent e91db67957
commit 7b2912a9e5
68 changed files with 3184 additions and 2408 deletions
@@ -35,7 +35,7 @@ namespace esp_matter {
namespace controller {
void subscribe_command::on_device_connected_fcn(void *context, ExchangeManager &exchangeMgr,
SessionHandle &sessionHandle)
const SessionHandle &sessionHandle)
{
subscribe_command *cmd = (subscribe_command *)context;
ReadPrepareParams params(sessionHandle);