mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
parent
00f68dadd2
commit
08de1a75e0
15 changed files with 222 additions and 66 deletions
|
@ -269,8 +269,8 @@ char * getSwitchString(char * dest, swsrc_t idx)
|
|||
else {
|
||||
*s++ = 'S';
|
||||
#if defined(PCBX7)
|
||||
if (swinfo.quot == 5)
|
||||
*s++ = 'H';
|
||||
if (swinfo.quot >= 5)
|
||||
*s++ = 'H' + swinfo.quot - 5;
|
||||
else if (swinfo.quot == 4)
|
||||
*s++ = 'F';
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue