1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 03:49:52 +03:00

3djc/x7 additional switches (#6422)

X7, add two additional switches
This commit is contained in:
Bertrand Songis 2019-05-13 22:59:45 +02:00 committed by GitHub
parent 00f68dadd2
commit 08de1a75e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 222 additions and 66 deletions

View file

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