mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'pr_868' into 'main'
[GH_PR] Make error message generic for other bridge device types (CON-1083) See merge request app-frameworks/esp-matter!664
This commit is contained in:
@@ -173,7 +173,7 @@ app_bridged_device_t *app_bridge_create_bridged_device(node_t *node, uint16_t pa
|
||||
void *priv_data)
|
||||
{
|
||||
if (g_current_bridged_device_count >= MAX_BRIDGED_DEVICE_COUNT) {
|
||||
ESP_LOGE(TAG, "The device list is full, Could not add a zigbee bridged device");
|
||||
ESP_LOGE(TAG, "The device list is full, could not add bridged device");
|
||||
return NULL;
|
||||
}
|
||||
app_bridged_device_t *new_dev = (app_bridged_device_t *)esp_matter_mem_calloc(1, sizeof(app_bridged_device_t));
|
||||
|
||||
Reference in New Issue
Block a user