解决新生产的系统第一此运行,因为文件夹不存在而无法创建文件的问题;

This commit is contained in:
tangchao0503
2024-12-04 16:11:44 +08:00
parent a3ea1b8b67
commit b353303431
2 changed files with 2 additions and 1 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.38.43.21");
returnCode = DjiCore_SetAlias("300TC_3.38.44.21");
if (returnCode != DJI_ERROR_SYSTEM_MODULE_CODE_SUCCESS) {
USER_LOG_ERROR("set alias error");
return DJI_ERROR_SYSTEM_MODULE_CODE_SYSTEM_ERROR;