1
0
Fork 0
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:
root 2013-12-21 15:45:05 +01:00
parent d396e85fe0
commit ee1b51b214
12 changed files with 86 additions and 40 deletions

View file

@ -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";