1
0
Fork 0
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:
Bertrand Songis 2025-01-15 10:10:35 +01:00
parent dd44e3a69e
commit 191ddb797d
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
39 changed files with 951 additions and 133 deletions

View file

@ -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)