mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 17:55:12 +03:00
Fix #3743
This commit is contained in:
parent
723e4bf9c7
commit
caf0fca1c2
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ unsigned int FirmwareInterface::save(QString fileName)
|
|||
if (binflash == NULL) {
|
||||
return -1;
|
||||
}
|
||||
memcpy(&binflash, flash.constData(), flashSize);
|
||||
memcpy(binflash, flash.constData(), flashSize);
|
||||
QFile file(fileName);
|
||||
|
||||
int fileType = getFileType(fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue