mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
9XR support n companion, still not finished
This commit is contained in:
parent
ee1b51b214
commit
4eedf94f03
4 changed files with 13 additions and 4 deletions
|
@ -966,7 +966,7 @@ QStringList MainWindow::GetReceiveFlashCommand(const QString &filename)
|
|||
} else if (eepromInterface->getBoard() == BOARD_SKY9X) {
|
||||
return GetSambaArguments(QString("receive_file {Flash} \"") + filename + "\" 0x400000 0x40000 0\n");
|
||||
} else if (eepromInterface->getBoard() == BOARD_9XRPRO) {
|
||||
return GetSambaArguments(QString("receive_file {Flash} \"") + filename + "\" 0x400000 0x40000 0\n");
|
||||
return GetSambaArguments(QString("receive_file {Flash} \"") + filename + "\" 0x400000 0x80000 0\n");
|
||||
} else {
|
||||
return GetAvrdudeArguments("flash:r:", filename);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue