feat: Update default data transfer path.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
"ip": "192.168.1.2",
|
"ip": "192.168.1.2",
|
||||||
"localAE": "3D recon",
|
"localAE": "3D recon",
|
||||||
"port": "5003",
|
"port": "5003",
|
||||||
"transferPath": "/home/krad/Storage/Raw",
|
"transferPath": "/home/data/Storage/Raw",
|
||||||
"scancanwithoutrecon": true
|
"scancanwithoutrecon": true
|
||||||
},
|
},
|
||||||
"mpps": {
|
"mpps": {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ namespace
|
|||||||
{
|
{
|
||||||
const char* strProductFileName = "./cfgs/usct-product.json";
|
const char* strProductFileName = "./cfgs/usct-product.json";
|
||||||
const char* strProductFileNameDefault = "./cfgs/usct-product";
|
const char* strProductFileNameDefault = "./cfgs/usct-product";
|
||||||
const QString DEFAULT_RECON_TRANSFER_PATH = "/home/eq9/Tools/ReconTest/storage/Raw";
|
const QString DEFAULT_RECON_TRANSFER_PATH = "/home/data/Storage/Raw";
|
||||||
const int DEFAULT_MAXIMUM_FILTER_USAGE = 100;
|
const int DEFAULT_MAXIMUM_FILTER_USAGE = 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user