Commit 96faca59 authored by JcZou's avatar JcZou Committed by GitHub

Fix download custom firm file err: no file name specified

down bin file to pixhawk fail,because it do not set value for _binFilename in _binLoad
parent 711ee0b2
......@@ -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