add BC28 of nbiot for adapter

This commit is contained in:
Wang_Weigen
2021-10-13 17:22:28 +08:00
parent 2aa5c0f0ba
commit a4f24a29fc
9 changed files with 718 additions and 4 deletions
@@ -438,7 +438,8 @@ AdapterProductInfoType E18Attach(struct Adapter *adapter)
printf("E18Attach malloc product_info error\n");
return NULL;
}
memset(product_info, 0, sizeof(struct AdapterProductInfo));
strncpy(product_info->model_name, ADAPTER_ZIGBEE_E18,sizeof(product_info->model_name));
product_info->model_done = (void *)&E18_done;