1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Add TBS Tango2/Mambo support (#8665)

This commit is contained in:
tbs-fpv 2021-08-23 23:38:18 +08:00 committed by GitHub
parent dfd721407d
commit 697184a517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
275 changed files with 22401 additions and 792 deletions

View file

@ -290,7 +290,7 @@ char * getSwitchName(char * dest, swsrc_t idx)
}
else {
*dest++ = 'S';
#if defined(PCBX7) && !defined(RADIO_TX12)
#if defined(PCBX7) && !defined(RADIO_TX12) && !defined(RADIO_FAMILY_TBS)
if (swinfo.quot >= 5)
*dest++ = 'H' + swinfo.quot - 5;
else if (swinfo.quot == 4)