1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00
This commit is contained in:
WismyYao 2021-01-13 18:21:36 +08:00
parent 9779359421
commit 2ac4e7b64e

View file

@ -181,7 +181,7 @@ bool menuModelReceiverOptions(event_t event)
case ITEM_RECEIVER_SETTINGS_FPORT:
{
lcdDrawText(0, y, "PORT");
lcdDrawText(0, y, STR_PROTOCOL);
uint8_t portType = reusableBuffer.hardwareAndSettings.receiverSettings.fport | reusableBuffer.hardwareAndSettings.receiverSettings.fport2 << 1;
lcdDrawTextAtIndex(LCD_W/2, y, STR_PORT_TYPES, portType, attr);
portType = checkIncDec(event, portType, 0, 2, EE_MODEL, isFPort2Available);