Read and show embed ware version

This commit is contained in:
Krad
2022-03-16 17:00:03 +08:00
parent f4fdb4d223
commit 04b7191702
4 changed files with 13 additions and 2 deletions

View File

@@ -310,3 +310,7 @@ void DeviceManager::close() {
previewDataCaller->terminate();
delete previewDataCaller;
}
QString DeviceManager::getSoftwareVersion() {
return GetDeviceInfo(VERSION);
}