FirmwareDialog: UI improvements, bugfixes
This commit is contained in:
@@ -19,9 +19,10 @@ struct HexFile
|
||||
};
|
||||
|
||||
boost::filesystem::path path;
|
||||
DeviceKind device;
|
||||
DeviceKind device = DEV_GENERIC;
|
||||
std::string model_id;
|
||||
|
||||
HexFile() {}
|
||||
HexFile(boost::filesystem::path path);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user