mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 07:15:12 +03:00
Taranis Plus support in companion - DON'T FORGET COMPILE SCRIPT
This commit is contained in:
parent
f29952616f
commit
5ad4543d91
3 changed files with 22 additions and 2 deletions
|
@ -1191,6 +1191,7 @@ void RegisterEepromInterfaces()
|
|||
eepromInterfaces.push_back(new OpenTxEepromInterface(BOARD_GRUVIN9X));
|
||||
eepromInterfaces.push_back(new OpenTxEepromInterface(BOARD_SKY9X));
|
||||
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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue