1
This commit is contained in:
parent
a6ac990ec0
commit
3d4c1e9d27
@ -113,7 +113,7 @@ public:
|
|||||||
res_path = "../res/";
|
res_path = "../res/";
|
||||||
}
|
}
|
||||||
if (JsonDataMgr::Instance()->channel != 0) {
|
if (JsonDataMgr::Instance()->channel != 0) {
|
||||||
res_path = a8::Format("%s%d", {res_path, JsonDataMgr::Instance()->channel});
|
res_path = a8::Format("%s%d/", {res_path, JsonDataMgr::Instance()->channel});
|
||||||
}
|
}
|
||||||
|
|
||||||
f8::ReadCsvMetaFile(res_path + "parameter@parameter.csv", parameter_meta_list);
|
f8::ReadCsvMetaFile(res_path + "parameter@parameter.csv", parameter_meta_list);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user