fix:卫星数显示异常(跳变);

This commit is contained in:
tangchao0503
2023-09-13 17:26:56 +08:00
parent 1b12e68f84
commit 884cd90ac4
2 changed files with 7 additions and 6 deletions

View File

@ -137,7 +137,7 @@ int main(int argc, char **argv)
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;
}
returnCode = DjiCore_SetAlias("300TC_3.32.37.21");
returnCode = DjiCore_SetAlias("300TC_3.33.39.21");
if (returnCode != DJI_ERROR_SYSTEM_MODULE_CODE_SUCCESS) {
USER_LOG_ERROR("set alias error");
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;