fix
1. 无法第二次启动,授时等待时间优化; 2. 遥控器界面显示:硬盘可用空间,当前帧率剩余飞行时间; 3. 帧率曝光时间和遥控器右侧边栏数字联动; 4. bin2后面加通道数,侧边栏显示bin和通道数; 5. 遥控器去掉惯导定位精度,改为显示full nav; 6. 其他界面改动;
This commit is contained in:
@ -137,7 +137,7 @@ int main(int argc, char **argv)
|
||||
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;
|
||||
}
|
||||
|
||||
returnCode = DjiCore_SetAlias("PSDK_APPALIAS");
|
||||
returnCode = DjiCore_SetAlias("300TC_3.32.37.21");
|
||||
if (returnCode != DJI_ERROR_SYSTEM_MODULE_CODE_SUCCESS) {
|
||||
USER_LOG_ERROR("set alias error");
|
||||
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;
|
||||
|
Reference in New Issue
Block a user