mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
9XR support n companion, still not finished
This commit is contained in:
parent
d396e85fe0
commit
ee1b51b214
12 changed files with 86 additions and 40 deletions
|
@ -276,7 +276,7 @@ QString avrOutputDialog::getProgrammer()
|
|||
EEPROMInterface *eepromInterface = GetEepromInterface();
|
||||
if (IS_TARANIS(eepromInterface->getBoard())) {
|
||||
return "DFU Util";
|
||||
} else if (eepromInterface->getBoard()==BOARD_SKY9X) {
|
||||
} else if IS_SKY9X(eepromInterface->getBoard()) {
|
||||
return "SAM-BA";
|
||||
} else {
|
||||
return "AVRDUDE";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue