feat: Update default data transfer path.

This commit is contained in:
sunwen
2025-07-17 11:01:18 +08:00
parent 35373edc99
commit b68c932364
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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;
} }