mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'controller/remove-ime-init' into 'main'
controller: Remove the Interaction Model Engine Init in commissioner init See merge request app-frameworks/esp-matter!444
This commit is contained in:
@@ -182,10 +182,6 @@ esp_err_t init(uint16_t commissioner_port)
|
||||
if (factory.SetupCommissioner(setupParams, *get_device_commissioner()) != CHIP_NO_ERROR) {
|
||||
return ESP_FAIL;
|
||||
}
|
||||
// Init InteractionModelEngine
|
||||
chip::app::InteractionModelEngine::GetInstance()->Init(&Server::GetInstance().GetExchangeManager(),
|
||||
&Server::GetInstance().GetFabricTable(),
|
||||
&Server::GetInstance().GetReportScheduler());
|
||||
|
||||
FabricIndex fabricIndex = device_commissioner.GetFabricIndex();
|
||||
if (fabricIndex == kUndefinedFabricIndex) {
|
||||
|
||||
Reference in New Issue
Block a user