Browse Source

Merge pull request #3868 from JcZou/master

Fix download custom firm file err: no file name specified
QGC4.4
Don Gagne 9 years ago committed by GitHub
parent
commit
5185cace17
  1. 2
      src/VehicleSetup/FirmwareImage.cc

2
src/VehicleSetup/FirmwareImage.cc

@ -436,5 +436,7 @@ bool FirmwareImage::_binLoad(const QString& imageFilename) @@ -436,5 +436,7 @@ bool FirmwareImage::_binLoad(const QString& imageFilename)
binFile.close();
_binFilename = imageFilename;
return true;
}

Loading…
Cancel
Save