|
|
|
|
@ -339,8 +339,8 @@ int32_t _csg_connect_send(void)
|
|
|
|
|
pinfo->deployment_date = device_info.deployment_date;
|
|
|
|
|
strncpy((char *)pinfo->app_version, host.version, sizeof(pinfo->app_version)-1);
|
|
|
|
|
strncpy((char *)pinfo->app_compile_time, host.compile, sizeof(pinfo->app_compile_time)-1);
|
|
|
|
|
//strncpy((char *)pinfo->hardware_version, host.hardversion, 31);
|
|
|
|
|
//strncpy((char *)pinfo->FPGA_version, host.FPGAversion, 31);
|
|
|
|
|
strncpy((char *)pinfo->hardware_version, host.hardversion, 31);
|
|
|
|
|
strncpy((char *)pinfo->FPGA_version, host.FPGAversion, 31);
|
|
|
|
|
strncpy((char *)pinfo->hardware_version, "RFSOC_V1.0", 31);
|
|
|
|
|
strncpy((char *)pinfo->FPGA_version, "20250730", 31);
|
|
|
|
|
pinfo->ip = device_info.ip;
|
|
|
|
|
@ -1002,8 +1002,8 @@ int32_t _csg_dev_info_get_recv(char *pkt)
|
|
|
|
|
pinfo->deployment_date = device_info.deployment_date;
|
|
|
|
|
strncpy((char *)pinfo->app_compile_time, host.compile, 31);
|
|
|
|
|
strncpy((char *)pinfo->app_version, host.version, 31);
|
|
|
|
|
//strncpy((char *)pinfo->hardware_version, host.hardversion, 31);
|
|
|
|
|
//strncpy((char *)pinfo->FPGA_version, host.FPGAversion, 31);
|
|
|
|
|
strncpy((char *)pinfo->hardware_version, host.hardversion, 31);
|
|
|
|
|
strncpy((char *)pinfo->FPGA_version, host.FPGAversion, 31);
|
|
|
|
|
strncpy((char *)pinfo->hardware_version, "RFSOC_V1.0", 31);
|
|
|
|
|
strncpy((char *)pinfo->FPGA_version, "20250730", 31);
|
|
|
|
|
pinfo->ip = device_info.ip;
|
|
|
|
|
|