1
0
Fork 0
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:
Bertrand Songis 2018-08-05 13:35:52 +02:00
parent ed91931184
commit 49aac252d7
24 changed files with 36 additions and 37 deletions

View file

@ -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");