DEV_OUTPATH Test

This commit is contained in:
Krad
2022-05-07 14:39:10 +08:00
parent 4e09f2eef6
commit 593883d980
6 changed files with 18 additions and 3 deletions

View File

@@ -113,6 +113,8 @@ const char* GetDeviceInfo(DeviceInfo infoType) {
return "28";
case VERSION:
return "6.6.06";
case DEV_OUTPATH:
return "path to store bin";
}
return "";
}