1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

Taranis REV4a support removed as nobody doesn't still use it (developers

have now a Taranis Plus board inside their REV4a case). Compilation
server for 'next' is now next.open-tx.org
This commit is contained in:
bsongis 2014-05-20 10:44:36 +02:00
parent 84eb29cd96
commit b3a6556e0b
9 changed files with 10 additions and 91 deletions

View file

@ -1226,8 +1226,6 @@ void RegisterEepromInterfaces()
eepromInterfaces.push_back(new OpenTxEepromInterface(BOARD_9XRPRO));
eepromInterfaces.push_back(new OpenTxEepromInterface(BOARD_TARANIS));
eepromInterfaces.push_back(new OpenTxEepromInterface(BOARD_TARANIS_PLUS));
if (g.rev4aSupport())
eepromInterfaces.push_back(new OpenTxEepromInterface(BOARD_TARANIS_REV4a));
eepromInterfaces.push_back(new Gruvin9xInterface(BOARD_STOCK));
eepromInterfaces.push_back(new Gruvin9xInterface(BOARD_GRUVIN9X));
eepromInterfaces.push_back(new Ersky9xInterface());