mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
parent
da0da4b9c9
commit
e1e67a9d8c
74 changed files with 893 additions and 120 deletions
|
@ -290,7 +290,7 @@ char * getSwitchName(char * dest, swsrc_t idx)
|
|||
}
|
||||
else {
|
||||
*dest++ = 'S';
|
||||
#if defined(PCBX7)
|
||||
#if defined(PCBX7) && !defined(RADIO_TX12)
|
||||
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