Commit 5185cace authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #3868 from JcZou/master

Fix download custom firm file err: no file name specified
parents ca65f001 96faca59
......@@ -436,5 +436,7 @@ bool FirmwareImage::_binLoad(const QString& imageFilename)
binFile.close();
_binFilename = imageFilename;
return true;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment