|
|
|
@ -189,8 +189,8 @@ int32_t _debug_recv_info_get(uint8_t *buf, int32_t len)
|
|
|
|
|
snprintf(pinfo->hostname, FILE_NAME_LEN, "%s", device_info.hostname);
|
|
|
|
|
pinfo->factory_date = device_info.factory_date;
|
|
|
|
|
pinfo->deployment_date = device_info.deployment_date;
|
|
|
|
|
snprintf((char*)pinfo->app_version, DEV_VERSION_STR_LEN, "%s", device_info.app_version);
|
|
|
|
|
snprintf((char*)pinfo->app_compile_time, DEV_VERSION_STR_LEN, "%s", device_info.app_compile_time);
|
|
|
|
|
snprintf((char*)pinfo->app_version, DEV_VERSION_STR_LEN, "%s", host.version);
|
|
|
|
|
snprintf((char*)pinfo->app_compile_time, DEV_VERSION_STR_LEN, "%s", host.compile);
|
|
|
|
|
snprintf((char*)pinfo->hardware_version, DEV_VERSION_STR_LEN, "%s", device_info.hardware_version);
|
|
|
|
|
snprintf((char*)pinfo->FPGA_version, DEV_VERSION_STR_LEN, "%s", device_info.FPGA_version);
|
|
|
|
|
pinfo->ip = device_info.ip;
|
|
|
|
|