mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
Remaining Phase instead of Flightmode
This commit is contained in:
parent
ed91931184
commit
49aac252d7
24 changed files with 36 additions and 37 deletions
|
@ -302,7 +302,7 @@ char * getSwitchString(char * dest, swsrc_t idx)
|
|||
getStringAtIndex(s, STR_VSWITCHES, IDX_ON_IN_STR_VSWITCHES + idx - SWSRC_ON);
|
||||
}
|
||||
else if (idx <= SWSRC_LAST_FLIGHT_MODE) {
|
||||
strAppendStringWithIndex(s, STR_FP, idx-SWSRC_FIRST_FLIGHT_MODE);
|
||||
strAppendStringWithIndex(s, STR_FM, idx-SWSRC_FIRST_FLIGHT_MODE);
|
||||
}
|
||||
else if (idx == SWSRC_TELEMETRY_STREAMING) {
|
||||
strcpy(s, "Tele");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue