mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +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
|
@ -384,10 +384,10 @@ QString RawSwitch::toString()
|
|||
break;
|
||||
case SWITCH_TYPE_REA:
|
||||
if (index==0) {
|
||||
if (IS_SKY9X(eepromInterface->getBoard()))
|
||||
if (IS_SKY9X(GetEepromInterface()->getBoard()))
|
||||
return QObject::tr("REAs");
|
||||
} else if (index==1) {
|
||||
if (IS_SKY9X(eepromInterface->getBoard()))
|
||||
if (IS_SKY9X(GetEepromInterface()->getBoard()))
|
||||
return QObject::tr("REAl");
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue