mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Radiomaster Zorro (#8791)
This commit is contained in:
parent
35607154b6
commit
92db767833
55 changed files with 698 additions and 67 deletions
|
@ -290,7 +290,7 @@ char * getSwitchName(char * dest, swsrc_t idx)
|
|||
}
|
||||
else {
|
||||
*dest++ = 'S';
|
||||
#if defined(PCBX7) && !defined(RADIO_TX12) && !defined(RADIO_FAMILY_TBS)
|
||||
#if defined(PCBX7) && !defined(RADIO_TX12) && !defined(RADIO_ZORRO) && !defined(RADIO_FAMILY_TBS)
|
||||
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