mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Kavan V10 support started
This commit is contained in:
parent
dd44e3a69e
commit
191ddb797d
39 changed files with 951 additions and 133 deletions
|
@ -297,7 +297,7 @@ char * getSwitchName(char * dest, swsrc_t idx)
|
|||
}
|
||||
else
|
||||
*dest++ = 'A' + swinfo.quot;
|
||||
#elif defined(PCBX7) && !defined(RADIO_TX12) && !defined(RADIO_ZORRO) && !defined(RADIO_FAMILY_TBS)
|
||||
#elif defined(PCBX7) && !defined(RADIO_TX12) && !defined(RADIO_ZORRO) && !defined(RADIO_FAMILY_TBS) && !defined(RADIO_V10)
|
||||
if (swinfo.quot >= 5)
|
||||
*dest++ = 'H' + swinfo.quot - 5;
|
||||
else if (swinfo.quot == 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue